Go to the source code of this file.
Enumerations | |
enum | FlagState { Disable, Enable, Toggle, NoChange, Fail } |
|
Comment: Standard enum which can be used to change/read a flag (assuming a routine exists that uses this enum). Possible values: Disable - Set flag to be off/disabled/FALSE etc. Enable - Set flag to be on/enabled/TRUE etc. Toggle - Toggle the flags value NoChange - Don't change - just return the current value of the flag (i.e. either Disable or Enable) Fail - Failure/error of some kind. Definition at line 122 of file flags.h.
|