Home
last modified time | relevance | path

Searched refs:RuntimeTypeInfo (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/include/nw/ut/
Dut_RuntimeTypeInfo.h31 …virtual const nw::ut::internal::RuntimeTypeInfo* GetRuntimeTypeInfo() const { return &s_TypeInf…
32 static const nw::ut::internal::RuntimeTypeInfo s_TypeInfo
45 const nw::ut::internal::RuntimeTypeInfo derived::s_TypeInfo( &base::s_TypeInfo )
48 const nw::ut::internal::RuntimeTypeInfo root::s_TypeInfo( NULL )
58 struct RuntimeTypeInfo struct
60 const RuntimeTypeInfo* mParentTypeInfo; argument
62 …/* ctor */ explicit RuntimeTypeInfo( const RuntimeTypeInfo* parent ) : mParentTypeInfo( parent ) … in RuntimeTypeInfo() argument
64 bool IsDerivedFrom( const RuntimeTypeInfo* s_TypeInfo ) const in IsDerivedFrom() argument
66 const RuntimeTypeInfo *self = this; in IsDerivedFrom()
86 NW_INLINE const RuntimeTypeInfo*
[all …]
/NW4C-1.2.23/demos/ut/
DOMakefile17 .SUBDIRS: RuntimeTypeInfo SharedPtr
/NW4C-1.2.23/demos/ut/RuntimeTypeInfo/
DOMakefile21 TARGET_PROGRAM = RuntimeTypeInfo
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResSceneObject.cpp31 static const nw::ut::internal::RuntimeTypeInfo*