|
|
||||||
|
Public Member Functions |
Static Public Attributes |
Protected Member Functions |
Static Private Attributes |
List of all members
faudes::AttributeCFlags Class Reference Detailed DescriptionAttribute class to model event controllability properties. This attribute is meant to be an event attribute and can distinguish between controllable, observable, forcible and abstraction events. It is based on faudes::AttributeFlags and uses the lower four bits in the flag word to store the respective boolean values. The AttributeCFlags class adds convenience functions to access these bits and a default-value that corresponds to observable and neiter controllable nor forcible. Presuming that only controllability flags are uses (different from default), the token representation is by an Option String consisting of the initials Definition at line 217 of file cfl_attributes.h.
Constructor & Destructor Documentation◆ AttributeCFlags()
Default constructor Definition at line 230 of file cfl_attributes.h. ◆ ~AttributeCFlags()
Destructor Definition at line 233 of file cfl_attributes.h. Member Function Documentation◆ ClrControllable()
Clear controllable flag Definition at line 244 of file cfl_attributes.h. ◆ ClrForcible()
Clear forcible flag Definition at line 277 of file cfl_attributes.h. ◆ ClrObservable()
Clear observable flag Definition at line 260 of file cfl_attributes.h. ◆ Controllable()
Query controllablility Definition at line 249 of file cfl_attributes.h. ◆ DoAssign()
Assignment method.
Definition at line 116 of file cfl_attributes.cpp. ◆ DoEqual()
Test equality of configuration data.
Definition at line 122 of file cfl_attributes.cpp. ◆ DoRead()
Reads attribute from TokenReader, see AttributeVoid for public wrappers. Reads a single token if it can be interpreted as AttributeCFlag, that is, if it is a respective option string or hex number. Label and Context argument are ignored. No token mismatch exceptions are thrown on error.
Reimplemented from faudes::AttributeFlags. Reimplemented in faudes::AttributePriority, and faudes::SimEventAttribute. Definition at line 204 of file cfl_attributes.cpp. ◆ DoWrite()
Writes attribute to TokenWriter, see AttributeVoid for public wrappers. Label and Context argument are ignored.
Reimplemented from faudes::AttributeFlags. Reimplemented in faudes::AttributePriority, and faudes::SimEventAttribute. Definition at line 133 of file cfl_attributes.cpp. ◆ DoXWrite()
Writes attribute to TokenWriter (XML format), see AttributeVoid for public wrappers. Label and Context argument are ignored.
Reimplemented from faudes::AttributeFlags. Reimplemented in faudes::AttributePriority. Definition at line 170 of file cfl_attributes.cpp. ◆ Forcible()
Query forcibility Definition at line 282 of file cfl_attributes.h. ◆ Highlevel()
Query abstaction flag Definition at line 298 of file cfl_attributes.h. ◆ IsDefault()
Test for default value Reimplemented from faudes::AttributeFlags. Reimplemented in faudes::SimEventAttribute, and faudes::AttributePriority. Definition at line 309 of file cfl_attributes.h. ◆ Lowlevel()
Query abstaction flag Definition at line 303 of file cfl_attributes.h. ◆ Observable()
Query observablility Definition at line 265 of file cfl_attributes.h. ◆ SetControllable()
Set controllable flag Definition at line 238 of file cfl_attributes.h. ◆ SetForcible()
Set forcible flag Definition at line 271 of file cfl_attributes.h. ◆ SetHighlevel()
Set abstraction flag Definition at line 288 of file cfl_attributes.h. ◆ SetLowlevel()
Clear abstraction flag Definition at line 293 of file cfl_attributes.h. ◆ SetObservable()
Set observable flag Definition at line 255 of file cfl_attributes.h. Member Data Documentation◆ mAbstractionFlag
Definition at line 315 of file cfl_attributes.h. ◆ mAllCFlags
All flags used by CFlags Definition at line 322 of file cfl_attributes.h. ◆ mControllableFlag
Definition at line 312 of file cfl_attributes.h. ◆ mDefCFlags
Overall default value Definition at line 319 of file cfl_attributes.h. ◆ mForcibleFlag
Definition at line 314 of file cfl_attributes.h. ◆ mObservableFlag
Definition at line 313 of file cfl_attributes.h. The documentation for this class was generated from the following files: libFAUDES 2.33h --- 2025.06.18 --- c++ api documentaion by doxygen |