Open Lighting Architecture  0.9.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ola::IntegerVariable Class Reference
Inheritance diagram for ola::IntegerVariable:
ola::BaseVariable

Public Member Functions

 IntegerVariable (const std::string &name)
void Set (int value)
void operator++ (int)
void operator-- (int)
void Reset ()
int Get () const
const std::string Value () const
 Return the value of the variable as a string.
- Public Member Functions inherited from ola::BaseVariable
 BaseVariable (const std::string &name)
 Create a new BaseVariable.
virtual ~BaseVariable ()
const std::string Name () const
 Return the name of this variable.

Member Function Documentation

const std::string ola::IntegerVariable::Value ( ) const
inlinevirtual

Return the value of the variable as a string.

Returns
the value of the variable.

Implements ola::BaseVariable.


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