Open Lighting Architecture  Latest Git
Classes | Namespaces | Functions
FlagsPrivate.h File Reference

Detailed Description

Internal functionality for the flags.

Include dependency graph for FlagsPrivate.h:
This graph shows which files directly or indirectly include this file:

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.