OPAL (Object Oriented Parallel Accelerator Library)
2.2.0
OPAL
|
Public Member Functions | |
VariableWriter (std::ostream &ostr) | |
virtual void | operator() (Object *) const |
The function to be executed. More... | |
![]() | |
virtual | ~ObjectFunction () |
Private Attributes | |
std::ostream & | os |
Definition at line 71 of file MakeSequence.cpp.
|
inline |
Definition at line 72 of file MakeSequence.cpp.
|
virtual |
The function to be executed.
Implements ObjectFunction.
Definition at line 78 of file MakeSequence.cpp.
References Object::isFlagged(), os, and Object::setFlag().
|
private |
Definition at line 75 of file MakeSequence.cpp.
Referenced by operator()().