Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_RuntimeTypeInfo.h33 …virtual const nw::ut::internal::RuntimeTypeInfo* GetRuntimeTypeInfo() const { return &s_TypeInf…
34 static const nw::ut::internal::RuntimeTypeInfo s_TypeInfo
47 const nw::ut::internal::RuntimeTypeInfo derived::s_TypeInfo( &base::s_TypeInfo )
50 const nw::ut::internal::RuntimeTypeInfo root::s_TypeInfo( NULL )
60 struct RuntimeTypeInfo struct
62 const RuntimeTypeInfo* mParentTypeInfo; argument
64 …/* ctor */ explicit RuntimeTypeInfo( const RuntimeTypeInfo* parent ) : mParentTypeInfo( parent ) … in RuntimeTypeInfo() function
66 bool IsDerivedFrom( const RuntimeTypeInfo* s_TypeInfo ) const in IsDerivedFrom() argument
68 const RuntimeTypeInfo *self = this; in IsDerivedFrom()
88 NW_INLINE const RuntimeTypeInfo*
[all …]
/NW4C-2.0.3/demos/ut/
DOMakefile19 .SUBDIRS: RuntimeTypeInfo SharedPtr
/NW4C-2.0.3/demos/ut/RuntimeTypeInfo/
DOMakefile23 TARGET_PROGRAM = RuntimeTypeInfo
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResSceneObject.cpp33 static const nw::ut::internal::RuntimeTypeInfo*