Searched defs:RuntimeTypeInfo (Results 1 – 1 of 1) sorted by relevance
58 struct RuntimeTypeInfo struct60 const RuntimeTypeInfo* mParentTypeInfo; argument62 …/* ctor */ explicit RuntimeTypeInfo( const RuntimeTypeInfo* parent ) : mParentTypeInfo( parent ) … in RuntimeTypeInfo() function64 bool IsDerivedFrom( const RuntimeTypeInfo* s_TypeInfo ) const in IsDerivedFrom() argument