
#include <ParallelType.h>
Public Types | |
| enum | Enum { FIRST = 0, UNDEFINED = 0, STATIC, DYNAMIC, MASTERSLAVE, LAST } |
Public Member Functions | |
| virtual | ~ParallelEnum () |
Static Public Attributes | |
| const std::string | str [] |
|
|
Reimplemented in ProtoMol::AbstractEnumType< ParallelEnum >. |
|
|
|
|
|
Initial value: {
string("undefined"),
string("static"),
string("dynamic"),
string("masterSlave")
}
|