faudes::MergeStates Class Reference
|
Public Member Functions | |
MergeStates (const std::vector< Idx > &states) | |
Constructor. | |
void | Write (TokenWriter &rTw, const std::string &rLabel) |
Writes the contained items. | |
std::vector< Idx > | States () const |
Getter for States. | |
Public Attributes | |
std::vector< Idx > | mStates |
the contained states |
Merge class which contains only states.
Overview
Contents
Definition at line 79 of file pd_merge.h.
faudes::MergeStates::MergeStates | ( | const std::vector< Idx > & | states | ) |
Constructor.
states | Vector of states. The vector must not be empty. |
Definition at line 20 of file pd_merge.cpp.
std::vector<Idx> faudes::MergeStates::States | ( | void | ) | const [inline] |
void faudes::MergeStates::Write | ( | TokenWriter & | rTw, | |
const std::string & | rLabel | |||
) | [virtual] |
Writes the contained items.
rTw | TokenWriter | |
rLabel | label |
Implements faudes::MergeAbstract.
Definition at line 31 of file pd_merge.cpp.
std::vector<Idx> faudes::MergeStates::mStates |
the contained states
Definition at line 84 of file pd_merge.h.
libFAUDES 2.23h --- 2014.04.03 --- c++ api documentaion by doxygen