EventAnalysis  1.0.0
Namespaces | Functions
InheritsFrom.cpp File Reference
#include <core/InheritsFrom.h>
#include <cxxabi.h>
#include <ciso646>

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...