Searched defs:CopyLogger (Results 1 – 2 of 2) sorted by relevance
60 struct CopyLogger { struct61 CopyLogger() { ++TimesConstructed; } in CopyLogger() function62 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } in CopyLogger() function65 static int TimesCopied;66 static int TimesConstructed;
68 struct CopyLogger { struct69 CopyLogger() { ++TimesConstructed; } in CopyLogger() function70 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } in CopyLogger() function73 static int TimesCopied;74 static int TimesConstructed;