common_util 1.1.0
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"
31#include "filepath.h"
32#include "fileutil.h"
33#include "color.h"
The wraper for argb color space.
Config for common_util library, such as initialization and destory for library.
A simple, feature-rich modern C++ date-time class.
The class for file path operations.
The functions and classes about filesystem, such as file and directory operations.
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.