Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/atl/
H A DCAtlArray.cpp18 struct CCreature struct
28 CCreature(int id = 0x123456) in CCreature() argument
31 CCreature::s_nCtorCount++; in CCreature()
35 CCreature(const CCreature& c) in CCreature() argument
40 ~CCreature() in ~CCreature() argument
44 CCreature& operator=(const CCreature& other) in operator =() argument
52 int CCreature::s_nCtorCount = 0;
54 int CCreature::s_nCCtorCount = 0;
55 int CCreature::s_nDtorCount = 0;
56 int CCreature::s_nOpIsCount = 0;
[all …]