Inheritance diagram for CP_ObjectDescriptions:
Public Member Functions | |
CP_ObjectDescriptions () | |
virtual | ~CP_ObjectDescriptions () |
UInt32 | GetCount () |
void | Append (CP_ObjectDescription &inObjectDescription) |
CP_ObjectDescription | GetNthItem (UInt32 inIndex) |
Protected Attributes | |
CP_ObjectDescription_Array | fObjectDescriptions |
|
Constructor. |
|
Destructor. |
|
Returns the number of CP_ObjectDescription objects in our list.
|
|
Adds a CP_ObjectDescription to the end of the list
|
|
Returns the CP_ObjectDescription at the passed in index. If the index is not in range for this list, an out of range exception is thrown.
|
|
|