Open Lighting Architecture  0.10.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
ola::UIntMap Class Reference

Detailed Description

An IntMap. This provides an increment operation.

Inheritance diagram for ola::UIntMap:
Inheritance graph
[legend]
Collaboration diagram for ola::UIntMap:
Collaboration graph
[legend]

Public Member Functions

 UIntMap (const std::string &name, const std::string &label)
 
void Increment (const std::string &key)
 
- Public Member Functions inherited from ola::MapVariable< unsigned int >
 MapVariable (const std::string &name, const std::string &label)
 
void Remove (const std::string &key)
 
void Set (const std::string &key, unsigned intvalue)
 
unsigned int & operator[] (const std::string &key)
 
const std::string Value () const
 Return the value of the variable as a string. More...
 
const std::string Label () const
 
- Public Member Functions inherited from ola::BaseVariable
 BaseVariable (const std::string &name)
 Create a new BaseVariable. More...
 
virtual ~BaseVariable ()
 
const std::string Name () const
 Return the name of this variable. More...
 

Additional Inherited Members

- Protected Attributes inherited from ola::MapVariable< unsigned int >
std::map< std::string,
unsigned int > 
m_variables
 

The documentation for this class was generated from the following file: