Data parameter. More...
#include <ParameterValue.h>
Public Member Functions | |
| Parameter () | |
| Parameter (const Parameter &rhs) | |
| ~Parameter () | |
Public Attributes | |
| te::fe::Expression * | m_expression |
| Parameter from an expression. | |
| std::string * | m_mixedData |
| Parameter from a mixed data content. | |
Data parameter.
Definition at line 63 of file ParameterValue.h.
| te::se::ParameterValue::Parameter::Parameter | ( | ) |
| te::se::ParameterValue::Parameter::Parameter | ( | const Parameter & | rhs | ) |
| te::se::ParameterValue::Parameter::~Parameter | ( | ) |
| te::fe::Expression* te::se::ParameterValue::Parameter::m_expression |
Parameter from an expression.
Definition at line 66 of file ParameterValue.h.
| std::string* te::se::ParameterValue::Parameter::m_mixedData |
Parameter from a mixed data content.
Definition at line 65 of file ParameterValue.h.