common_util
Loading...
Searching...
No Matches
common_util.h
Go to the documentation of this file.
1
20#pragma once
21
22#include "singleton.h"
23#include "logtype.h"
24#include "config.h"
25#include "strfmt.h"
26#include "timeutil.h"
27#include "timecount.h"
28#include "datetime.h"
29#include "sysutil.h"
30#include "verutil.h"
Config for common_util library, such as initialization and destory for library.
A simple, feature-rich modern C++ date-time class.
Defines the log level and log function type.
Define some macro definitions for singleton pattern implementations. For convenience to use,...
String format functions. this file defines a series of string-formatted functions.
Common system utilities.
A simple time counter class to measure the execution time of a function.
Common time utilities.
Version utilities.