WARPXM v1.10.0
Loading...
Searching...
No Matches
wmhostsequencedgroup.h
Go to the documentation of this file.
1#ifndef wxhostsequencedgroup_h
2#define wxhostsequencedgroup_h
3
4// WarpX includes
5#include "lib/wxobject.h"
6#include "lib/wxcryptset.h"
7#include "wmsequencedgroup.h"
8
9// std includes
10#include <vector>
11#include <string>
12
22{
23
24public:
31 : WmSequencedGroup(parent_solver)
32 {
33 }
34
40 virtual void setup(const WxCryptSet& wxc);
41
42private:
43};
44
47#endif // wxhostsequencedgroup_h
Opaque Pointer object that carries the referenced data type, but does not expose this payload type as...
Definition: wmopaqueptr.h:81
Sequenced group that contains serial set of host steps generally implemented as host (C++) code.
Definition: wmhostsequencedgroup.h:22
virtual void setup(const WxCryptSet &wxc)
Setup the hostsequencedgroup using cryptset.
WmHostSequencedGroup(const WmConstOpaquePtr &parent_solver)
Create new WmHostSequencedGroup.
Definition: wmhostsequencedgroup.h:30
Represents a set of events that must be executed serially in the specified sequence.
Definition: wmsequencedgroup.h:23
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35