SteelMill::SteelMillBranch::Choice Class Reference
Choice More...
Public Member Functions | |
| Choice (const Brancher &b, unsigned int a, int pos0, int val0) | |
| virtual void | archive (Archive &e) const |
| Archive into e. | |
Public Attributes | |
| int | pos |
| Position of variable. | |
| int | val |
| Value of variable. | |
Detailed Description
Choice
Definition at line 356 of file steel-mill.cpp.
Constructor & Destructor Documentation
| SteelMill::SteelMillBranch::Choice::Choice | ( | const Brancher & | b, | |
| unsigned int | a, | |||
| int | pos0, | |||
| int | val0 | |||
| ) | [inline] |
Initialize choice for brancher b, number of alternatives a, position pos0, and value val0.
Definition at line 365 of file steel-mill.cpp.
Member Function Documentation
| virtual void SteelMill::SteelMillBranch::Choice::archive | ( | Archive & | e | ) | const [inline, virtual] |
Member Data Documentation
Position of variable.
Definition at line 359 of file steel-mill.cpp.
Value of variable.
Definition at line 361 of file steel-mill.cpp.
The documentation for this class was generated from the following file:
- examples/steel-mill.cpp
