26#include <boost/functional/hash.hpp>
42 return _Fmt(
"%s.%03d")
43 % prefix % instanceNr;
49 return _Fmt(
"%s.%04X")
50 % prefix % instanceNr;
60 return instanceCounter;
Utility providing a set of counters, each tied to a specific type.
A front-end for using printf-style formatting.
Generic functions to build identification schemes.
TypedCounter & sharedInstanceCounter()
Implementation namespace for support and library code.
Tiny helper functions and shortcuts to be used everywhere Consider this header to be effectively incl...