winIDEA SDK
isys::CDataComposite Class Reference

Description

This class contains information about expression and its children (elements of structure or array).

See also
CDataController2::evaluateComposite()

#include <CDataController2.h>

Public Member Functions

CVariable getVariable ()
 Returns object containing name and type of an expression.
 
bool isValueSet ()
 Returns true, if value is set.
 
CValueType getValue ()
 Returns value of an object if isValueSet() returns true, otherwise an exception is thrown.
 
void getChildren (VectorDataComposite &children)
 Returns elements of a struct or an array.