faudes::MergeStateAnnotation Class Reference
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| MergeStateAnnotation (const Idx state, const std::string &annotation) | |
| Constructor. | |
| Idx | State () const |
| Getter for State. | |
| std::string | Annotation () const |
| Getter for annotation. | |
| void | Write (TokenWriter &rTw, const std::string &rLabel) |
| Writes the contained items. | |
Public Attributes | |
| Idx | mState |
| the contained state | |
| std::string | mAnnotation |
| the annotation | |
Merge class which contains one state and a string annotation.
Overview
Contents
Definition at line 135 of file pd_merge.h.
| faudes::MergeStateAnnotation::MergeStateAnnotation | ( | const Idx | state, | |
| const std::string & | annotation | |||
| ) |
Constructor.
| state | The state, which must not be empty | |
| annotation | The annotation |
Definition at line 94 of file pd_merge.cpp.
| std::string faudes::MergeStateAnnotation::Annotation | ( | ) | const [inline] |
| Idx faudes::MergeStateAnnotation::State | ( | ) | const [inline] |
| void faudes::MergeStateAnnotation::Write | ( | TokenWriter & | rTw, | |
| const std::string & | rLabel | |||
| ) | [virtual] |
Writes the contained items.
| rTw | TokenWriter | |
| rLabel | label |
Implements faudes::MergeAbstract.
Definition at line 102 of file pd_merge.cpp.
| std::string faudes::MergeStateAnnotation::mAnnotation |
the annotation
Definition at line 142 of file pd_merge.h.
the contained state
Definition at line 140 of file pd_merge.h.
libFAUDES 2.23h --- 2014.04.03 --- c++ api documentaion by doxygen