Open Lighting Architecture 0.10.9
Loading...
Searching...
No Matches
FlagsPrivate.h File Reference

Detailed Description

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

namespace  ola
 The namespace containing all OLA symbols.
 

Functions

FlagRegistryola::GetRegistry ()
 Get the global FlagRegistry.