EventAnalysis  1.0.0
Namespaces | Functions
InheritsFrom.h File Reference
#include <typeinfo>

Go to the source code of this file.

Namespaces

 EA
 IncludeFileExc.h IncludeFileExc class declaration.
 

Functions

bool EA::InheritsFrom (const std::type_info &type, const std::type_info &baseType)
 Check if a given type inherits from a given class. More...
 
bool EA::InheritsFrom (void *objPtr, const std::type_info &baseType)
 Check if a pointed object inherits from a given class. More...