Home
last modified time | relevance | path

Searched refs:AAA (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/demos/ut/SharedPtr/sources/
Dmain.cpp42 class AAA : public Base class
45 virtual ~AAA() in ~AAA()
79 nw::ut::WeakPtr<AAA> pWeakAAA; in nnMain()
84 AAA* objA = new(allocator.Alloc(sizeof(AAA))) AAA(); in nnMain()
87 nw::ut::SharedPtr<AAA> pAAA = nw::ut::SharedPtr<AAA>( objA, &allocator ); in nnMain()
/NW4C-2.0.3/demos/ut/RuntimeTypeInfo/sources/
Dmain.cpp46 class AAA : public Base class
66 class CCC_AAA : public AAA
79 NW_UT_RUNTIME_TYPEINFO_DEFINITION( AAA, Base );
81 NW_UT_RUNTIME_TYPEINFO_DEFINITION( CCC_AAA, AAA );
100 AAA* pAAA; in ObjTest()
108 pAAA = nw::ut::DynamicCast<AAA*>( obj ); in ObjTest()
158 AAA obj2; in nnMain()