Public Member Functions | |
CP_SlotHolder () | |
CP_SlotHolder (const CP_String &inSlotName, CP_DataValueSlot inSlot) | |
CP_SlotHolder (const CP_SlotHolder &inSlotHolder) | |
~CP_SlotHolder () | |
CP_SlotHolder & | operator= (const CP_SlotHolder &inSlotHolder) |
bool | operator== (const CP_SlotHolder &inSlotHolder) |
bool | operator!= (const CP_SlotHolder &inSlotHolder) |
CP_String | GetSlotName () const |
CP_DataValueSlot | GetSlot () |
Protected Attributes | |
CP_String | fSlotName |
CP_DataValueSlot | fSlot |
|
Constructor. |
|
Constructor.
|
|
Copy constructor. Assigns the data fields from the passed in CP_SlotHolder.
|
|
Destructor. |
|
Assignment operator.
|
|
Equality operator.
|
|
Inequality operator.
|
|
Returns the name of the slot.
|
|
Returns the CP_DataValueSlot slot object
|
|
|
|
CP_String containing the name of the slot. |