libFAUDES
Sections
Index
|
faudes::AttributeIosState Class ReferenceAttributes for states in DESs with in- and outputs. More...
Detailed DescriptionAttributes for states in DESs with in- and outputs. The class AttributeIosState holds a bitarray to handle a state's io-properties. A state is said to be an in- or output state if the set of active events contains only in- or output events. In order to envolve the state's io-properties during file-io the DoRead/DoWrite methods were overwritten. Use +I+ for input, +O+ for output states. Definition at line 227 of file ios_attributes.h. Constructor & Destructor Documentation
Default constructor. Definition at line 237 of file ios_attributes.h.
Copy constructor. Definition at line 244 of file ios_attributes.h.
Destructor. Definition at line 251 of file ios_attributes.h. Member Function Documentation
Clear error flag. Definition at line 308 of file ios_attributes.h.
Clear input flag. Note: this will clear the input flag. Definition at line 290 of file ios_attributes.h.
Clear output flag. Note: this will clear the input flag. Definition at line 269 of file ios_attributes.h.
Assignment method.
Definition at line 130 of file ios_attributes.cpp.
Reads attribute from TokenReader, see AttributeVoid for public wrappers. Reads a single token if it can be interpreted as IosStateFlag, 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. Definition at line 170 of file ios_attributes.cpp.
Writes attribute to TokenWriter, see AttributeVoid for public wrappers. Label and Context argument are ignored.
Reimplemented from faudes::AttributeFlags. Definition at line 143 of file ios_attributes.cpp.
Check error flag.
Definition at line 344 of file ios_attributes.h.
Test input flag.
Definition at line 331 of file ios_attributes.h.
Check a state's io-properties for default value. If a state has default properties, it's neither an input nor to output state.
Reimplemented from faudes::AttributeFlags. Definition at line 358 of file ios_attributes.h.
Test output flag.
Definition at line 319 of file ios_attributes.h.
Set error flag. Definition at line 299 of file ios_attributes.h.
Set input flag. Note: this will clear the output flag. Definition at line 279 of file ios_attributes.h.
Set output flag. Note: this will clear the input flag. Definition at line 259 of file ios_attributes.h.
Write attribute to string.
Definition at line 137 of file ios_attributes.cpp. Member Data Documentation
Definition at line 382 of file ios_attributes.h.
Definition at line 380 of file ios_attributes.h.
Definition at line 365 of file ios_attributes.h.
Definition at line 363 of file ios_attributes.h.
Definition at line 364 of file ios_attributes.h. The documentation for this class was generated from the following files: |
libFAUDES 2.20d --- 2011.04.26 --- c++ source docu by doxygen