Open Lighting Architecture  Latest Git
Public Member Functions | List of all members
ola::BaseVariable Class Referenceabstract

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. More...
 
virtual ~BaseVariable ()
 
const std::string Name () const
 Return the name of this variable. More...
 
virtual const std::string Value () const =0
 Return the value of the variable as a string. More...
 

Constructor & Destructor Documentation

◆ BaseVariable()

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

Create a new BaseVariable.

Parameters
namethe variable name.

◆ ~BaseVariable()

virtual ola::BaseVariable::~BaseVariable ( )
inlinevirtual

The Destructor.

Member Function Documentation

◆ Name()

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

Return the name of this variable.

Returns
the variable name.

◆ Value()

virtual const std::string ola::BaseVariable::Value ( ) const
pure virtual

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