hewei.it 341336a74d #define HV_INLINE static inline il y a 4 ans
..
RAII.cpp fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
README.md fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
ThreadLocalStorage.cpp fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
ThreadLocalStorage.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hdir.cpp fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hdir.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hfile.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hmain.cpp 3e15658ee2 sleep => hv_sleep il y a 4 ans
hmain.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hmap.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hobjectpool.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hscope.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hstring.cpp fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hstring.h 341336a74d #define HV_INLINE static inline il y a 4 ans
hthreadpool.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hurl.cpp fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hurl.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
ifconfig.cpp fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
ifconfig.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
iniparser.cpp fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
iniparser.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
json.hpp fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
singleton.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans

README.md

目录结构

.
├── hdir.h          目录(ls实现)
├── hfile.h         文件类
├── hmain.h         命令行解析
├── hobjectpool.h   对象池
├── hscope.h        作用域模板类
├── hstring.h       字符串操作
├── hthreadpool.h   线程池
├── hurl.h          URL操作
├── ifconfig.h      网络配置(ifconfig实现)
├── iniparser.h     INI解析
├── json.hpp        JSON解析
├── singleton.h     单例模式宏
└── ThreadLocalStorage.h 线程本地存储类