Uniot Core
0.8.1
Loading...
Searching...
No Matches
uniot::IWithType Class Referenceabstract

Interface for objects that expose their runtime type information. More...

#include <TypeId.h>

Inheritance diagram for uniot::IWithType:
[legend]

Public Member Functions

virtual type_id getTypeId () const =0
 Get the runtime type identifier for this object.
 

Detailed Description

Interface for objects that expose their runtime type information.

Classes implementing this interface can be safely downcasted using Type::safeStaticCast.

Member Function Documentation

◆ getTypeId()


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