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::StringVariable Class Reference
Inheritance diagram for ola::StringVariable:
Inheritance graph
[legend]
Collaboration diagram for ola::StringVariable:
Collaboration graph
[legend]

Public Member Functions

 StringVariable (const std::string &name)
 
void Set (const std::string &value)
 
const std::string Get () const
 
const std::string Value () const
 Return the value of the variable as a string. More...
 
- 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...
 

Member Function Documentation

const std::string ola::StringVariable::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: