8 #ifndef INHERITSFROM_H_ 9 #define INHERITSFROM_H_ 24 bool InheritsFrom(
const std::type_info &type,
const std::type_info &baseType);
41 bool InheritsFrom(
void *objPtr,
const std::type_info &baseType);
IncludeFileExc.h IncludeFileExc class declaration.
Definition: Algorithm.h:21
bool InheritsFrom(const std::type_info &type, const std::type_info &baseType)
Check if a given type inherits from a given class.
Definition: InheritsFrom.cpp:20