Class XTCContainer
See Also: Class XTCObject
class XTCContainer
Description:
This class is available in release 4.0 and later only.
This class represents a container class for XTCObjects.
Data Members:
public:
XTCObject *obj;
A pointer to the XTCObject.
int prio;
The priority.
int branchID;
The branch identifier.
Methods:
public:
Prototype:
XTCContainer();
Remarks:
Constructor.
Default Implementation:
{obj = NULL; prio = 0; branchID = -1;}