![]() |
• Utility Library | ||||||||||||
|
API Links
Developer Links
|
class ListElementDefined in:
Objects inherit from the C4List.hListElement class so that they can be stored in a list.
Definition
Member Functions
Template Parameters
Constructor
ListElement class can only exist as a base class for another class.
Description
The ListElement class should be declared as a base class for objects that need to be stored in a list. The type template parameter should match the class type of such objects, and these objects can be stored in a List container declared with the same type template parameter.
Base Classes
See Also
|