te::se::ParameterValue::Parameter Struct Reference

Data parameter. More...

#include <ParameterValue.h>

Public Member Functions

 Parameter ()
 
 Parameter (const Parameter &rhs)
 
 ~Parameter ()
 

Public Attributes

te::fe::Expressionm_expression
 Parameter from an expression. More...
 
std::string * m_mixedData
 Parameter from a mixed data content. More...
 

Detailed Description

Data parameter.

Definition at line 63 of file ParameterValue.h.

Constructor & Destructor Documentation

te::se::ParameterValue::Parameter::Parameter ( )
te::se::ParameterValue::Parameter::Parameter ( const Parameter rhs)
te::se::ParameterValue::Parameter::~Parameter ( )

Member Data Documentation

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.


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