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