Open Lighting Architecture  0.9.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
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 responsbile 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

FlagRegistry * ola::GetRegistry ()
 Get the global FlagRegistry.