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