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