Open Lighting Architecture
Latest Git
|
Internal functionality for the flags.
Go to the source code of this file.
Classes | |
class | ola::FlagInterface |
The interface for the Flag classes. More... | |
class | ola::BaseFlag |
The common implementation. More... | |
class | ola::Flag< T > |
A templated Flag class. More... | |
class | ola::Flag< bool > |
a bool flag More... | |
class | ola::Flag< std::string > |
a string flag More... | |
class | ola::FlagRegistry |
This class holds all the flags, and is responsible for parsing the command line. More... | |
class | ola::FlagRegisterer |
This class is responsible for registering a flag. More... | |
Namespaces | |
ola | |
The namespace containing all OLA symbols. | |
Functions | |
FlagRegistry * | ola::GetRegistry () |
Get the global FlagRegistry. | |