Next
Gets a pointer to the next element in the list.
CObject* Next() |
Return Value
Pointer to the next element in the list. If this is the last element in the list, return NULL.
Example:
//--- example for CObject::Next() |
Gets a pointer to the next element in the list.
CObject* Next() |
Return Value
Pointer to the next element in the list. If this is the last element in the list, return NULL.
Example:
//--- example for CObject::Next() |