Searched refs:constructed_times (Results 1 – 1 of 1) sorted by relevance
104 ++constructed_times; in Logger()105 …std::cout << "Logger(),tag:" << typeid(Tag).name() << "(construct #" << constructed_times << ")\n"… in Logger()117 static unsigned int constructed_times; member in Logger122 unsigned int Logger<Tag>::constructed_times; member in Logger<Tag>171 if(Logger<Tag>::constructed_times != Logger<Tag>::destroyed_times || in ~LogPhoenixTester()172 Logger<Tag>::constructed_times != 2) in ~LogPhoenixTester()178 if(Logger<Tag>::constructed_times != 2){ in ~LogPhoenixTester()181 sstr << Logger<Tag>::constructed_times << ")\n"; in ~LogPhoenixTester()185 … sstr << "(" << Logger<Tag>::constructed_times << " vs. " << Logger<Tag>::destroyed_times << ")\n"; in ~LogPhoenixTester()