faudes::SimConditionSet Class Reference
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| SimConditionSet (void) | |
| Default constructor. | |
| SimConditionSet (const SimConditionSet &rOtherSet) | |
| Copy constructor. | |
| virtual | ~SimConditionSet (void) |
| Virtual destructor. | |
| bool | Enabled (Idx cond) const |
| Test condition for enabled. | |
| void | Enabled (Idx cond, bool on) |
| Set condition enabled. | |
| SimConditionSet | EnabledConditions (void) |
| Get set of enabled conditions. | |
| void | Reset (void) |
| Reset all condition states. | |
Protected Member Functions | |
| virtual void | DoAssign (const SimConditionSet &rSourceSet) |
| Assign from other condition set. | |
Set of simulation named conditions.
Note: we currently share a symboltabel with the global event set. This will definitely change in a future revision.
Definition at line 404 of file sp_simconditionset.h.
| faudes::SimConditionSet::SimConditionSet | ( | void | ) |
Default constructor.
Definition at line 286 of file sp_simconditionset.cpp.
| faudes::SimConditionSet::SimConditionSet | ( | const SimConditionSet & | rOtherSet | ) |
Copy constructor.
Definition at line 291 of file sp_simconditionset.cpp.
| virtual faudes::SimConditionSet::~SimConditionSet | ( | void | ) | [inline, virtual] |
Virtual destructor.
Definition at line 417 of file sp_simconditionset.h.
| virtual void faudes::SimConditionSet::DoAssign | ( | const SimConditionSet & | rSourceSet | ) | [inline, protected, virtual] |
Assign from other condition set.
| rSourceSet | Destination to copy from |
Definition at line 441 of file sp_simconditionset.h.
| void faudes::SimConditionSet::Enabled | ( | Idx | cond, | |
| bool | on | |||
| ) | [inline] |
Set condition enabled.
Definition at line 423 of file sp_simconditionset.h.
| bool faudes::SimConditionSet::Enabled | ( | Idx | cond | ) | const [inline] |
Test condition for enabled.
Definition at line 420 of file sp_simconditionset.h.
| SimConditionSet faudes::SimConditionSet::EnabledConditions | ( | void | ) |
Get set of enabled conditions.
Definition at line 304 of file sp_simconditionset.cpp.
| void faudes::SimConditionSet::Reset | ( | void | ) |
Reset all condition states.
Definition at line 312 of file sp_simconditionset.cpp.
libFAUDES 2.23h --- 2014.04.03 --- c++ api documentaion by doxygen