Searched defs:CopyLogger (Results 1 – 1 of 1) sorted by relevance
68 struct CopyLogger { struct69 CopyLogger() { ++TimesConstructed; } in CopyLogger() argument70 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } in CopyLogger() argument73 static int TimesCopied;74 static int TimesConstructed;