This class contains information about expression and its children (elements of structure or array). More...
#include <CDataController2.h>
Public Member Functions | |
| void | getChildren (VectorDataComposite &children) |
| Returns elements of a struct or an array. | |
| CValueType | getValue () |
| Returns value of an object if isValueSet() returns true, otherwise an exception is thrown. | |
| CVariable | getVariable () |
| Returns object containing name and type of an expression. | |
| bool | isValueSet () |
| Returns true, if value is set. | |
This class contains information about expression and its children (elements of structure or array).
| void isys::CDataComposite::getChildren | ( | VectorDataComposite & | children | ) |
Returns elements of a struct or an array.
| CValueType isys::CDataComposite::getValue | ( | ) |
Returns value of an object if isValueSet() returns true, otherwise an exception is thrown.
| CVariable isys::CDataComposite::getVariable | ( | ) |
Returns object containing name and type of an expression.
| bool isys::CDataComposite::isValueSet | ( | ) |
Returns true, if value is set.