|
Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
easylocal::ParameterData Class Reference#include <EasyLocal.h>
Collaboration diagram for easylocal::ParameterData:
[legend]List of all members.Public Methods
Detailed Description
The parameter data class maintains the binding between name of the parameter, its type and its value.
Definition at line 447 of file EasyLocal.h.
Constructor & Destructor Documentation
easylocal::ParameterData::ParameterData (
|
std::string n,
|
|
std::string t,
|
|
ValueType v )
|
|
|
Constructs a ParameterData object with name n, type t and value v. -
Parameters:
-
n
|
the parameter name |
t
|
the parameter type |
v
|
the parameter value |
Definition at line 108 of file EasyLocal.cpp. |
Member Function Documentation
std::string easylocal::ParameterData::Name (
|
) const
|
|
|
Returns the name of the parameter.
-
Returns:
-
the name of the parameter.
Definition at line 117 of file EasyLocal.cpp. |
std::string easylocal::ParameterData::Type (
|
) const
|
|
|
Returns the type of the parameter.
-
Returns:
-
the type of the parameter.
Definition at line 125 of file EasyLocal.cpp. |
ValueType easylocal::ParameterData::Value (
|
) const
|
|
|
Returns the value of the parameter.
-
Returns:
-
the value of the parameter.
Definition at line 133 of file EasyLocal.cpp. |
The documentation for this class was generated from the following files:
|