Searched defs:CopyLogger (Results 1 – 2 of 2) sorted by relevance
84 struct CopyLogger { struct85 CopyLogger() { ++TimesConstructed; } in CopyLogger() function86 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } in CopyLogger() argument87 ~CopyLogger() { } in ~CopyLogger()89 static int TimesCopied;90 static int TimesConstructed;
85 struct CopyLogger { struct86 CopyLogger() { ++TimesConstructed; } in CopyLogger() function87 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } in CopyLogger() function88 ~CopyLogger() { } in ~CopyLogger()90 static int TimesCopied;91 static int TimesConstructed;