| |
IDL_Container
| A container for other objects. |
IDL_Container Object Class
| |
IDL_Container Properties
| |
IDL_Container::Add
| Adds a child to the object. |
IDL_Container::Cleanup
| Performs all cleanup on the object. |
IDL_Container::Count
| Returns the number of objects contained by the container object. |
IDL_Container::Equals
| Tests the value of each item in a container against an input value. |
IDL_Container::Get
| Returns an array of object references to objects in a container. |
IDL_Container::Init
| Initializes the object. |
IDL_Container::IsContained
| Returns true (1) if the specified object is in the container, or false (0) otherwise. |
IDL_Container::Move
| Moves an object from one position in a container to a new position. |
IDL_Container::Remove
| Removes an object from the container. |
IDL_Object
| A parent class that allows your object class to overload the behavior of one or more of IDL's standard operators. |
IDL_Object::_overloadAND
| Defines the behavior of the bitwise AND operator for instances of objects that inherit from the IDL_Object class. |
IDL_Object::_overloadAsterisk
| Defines the behavior of the multiplication (*) operator for instances of objects that inherit from the IDL_Object class. |
IDL_Object::_overloadBracketsLeftSide
| Defines the behavior of the array subscript ([]) operator (used on the left side of the equals sign) for instances of objects that inherit from the IDL_Object class. |
IDL_Object::_overloadBracketsRightSide
| Defines the behavior of the array subscript ([]) operator (used on the right side of the equals sign) for instances of objects that inherit from the IDL_Object class. |
IDL_Object::_overloadCaret
| Defines the behavior of the exponentiation (^) operator for instances of objects that inherit from the IDL_Object class. |
IDL_Object::_overloadEQ
| Defines the behavior of the relational equality (EQ) operator for instances of objects that inherit from the IDL_Object class. |
IDL_Object::_overloadForeach
| Retrieves the value of the next object element. |
IDL_Object::_overloadFunction
| Allows you to create function pointers in IDL. |
IDL_Object::_overloadGE
| Defines the behavior of the relational greater-than-or-equal (GE) operator for instances of objects that inherit from the IDL_Object class. |
IDL_Object::_overloadGreaterThan
| Defines the behavior of the maximum (>) operator for instances of objects that inherit from the IDL_Object class. |
IDL_Object::_overloadGT
| Defines the behavior of the relational greater-than (GT) operator for instances of objects that inherit from the IDL_Object class. |
IDL_Object::_overloadHelp
| Returns a scalar string or array of strings containing the 'help' information for the object. |