Phyzix
Loading...
Searching...
No Matches
RuntimeBaseType Class Reference

Enum class to identify the base type of a class for runtime type identification. More...

#include <rtti.h>

Detailed Description

Enum class to identify the base type of a class for runtime type identification.

This enum class is used to identify the base type of a classes that inherit from RuntimeBaseTypeIdentifiable in runtime

See also
RuntimeBaseTypeIdentifiable
Note
This is specially implemented for low-memory embedded systems where RTTI is not available, -fno-rtti flag is used
This is not intended for exact runtime type identification, but to identify the base type of a class, for example RectangleDynamicObject and CircleDynamicObject both inherit from DynamicObject, so both have the same informative base type

The documentation for this class was generated from the following file: