Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

55 lines (29 loc) · 1.23 KB

Hera

License Build Status doc build status

Hera 中文手册

An awesome common lib for C++, implemented by using CPP template.

How to install

Including the header files of Hera directly. No need to compile & install.

Document

  • Clock

    Providing a way to get the current timestamp which supported various accuracy levels ;

    Class ProgressTimer could statistic time periods.

  • Noncopyable

    Inheriting class noncopyable, subclass can get the ability of not being copied.

  • Singleton

    Hera provides a thread safe single instance pattern template class;

    Inheriting class Singleton, subclasses can be turned into singleton mode.

  • String_Util

    Providing basic string tools.

  • Logger

    TODO

  • Lock

    TODO

  • Share Memory Tools

    TODO

  • FIFO tools

    TODO

  • Configure tools

    TODO