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

Detailed Description

The base variable class.

All other exported variables derive from this.

Inheritance diagram for ola::BaseVariable:
Inheritance graph
[legend]

Public Member Functions

 BaseVariable (const std::string &name)
 Create a new BaseVariable.
virtual ~BaseVariable ()
const std::string Name () const
 Return the name of this variable.
virtual const std::string Value () const =0
 Return the value of the variable as a string.

Constructor & Destructor Documentation

ola::BaseVariable::BaseVariable ( const std::string &  name)
inlineexplicit

Create a new BaseVariable.

Parameters
namethe variable name.
virtual ola::BaseVariable::~BaseVariable ( )
inlinevirtual

The Destructor.

Member Function Documentation

const std::string ola::BaseVariable::Name ( ) const
inline

Return the name of this variable.

Returns
the variable name.
virtual const std::string ola::BaseVariable::Value ( ) const
pure virtual

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