Skip to content
/ Hera Public

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

License

Notifications You must be signed in to change notification settings

conght/Hera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages