An awesome common lib for C++, implemented by using CPP template.
Including the header files of Hera directly. No need to compile & install.
-
Providing a way to get the current timestamp which supported various accuracy levels ;
Class ProgressTimer could statistic time periods.
-
Inheriting class noncopyable, subclass can get the ability of not being copied.
-
Hera provides a thread safe single instance pattern template class;
Inheriting class Singleton, subclasses can be turned into singleton mode.
-
Providing basic string tools.
-
Logger
TODO
-
Lock
TODO
-
Share Memory Tools
TODO
-
FIFO tools
TODO
-
Configure tools
TODO