hewei.it 3e15658ee2 sleep => hv_sleep hace 4 años
..
RAII.cpp fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
README.md fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
ThreadLocalStorage.cpp fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
ThreadLocalStorage.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hdir.cpp fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hdir.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hfile.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hmain.cpp 3e15658ee2 sleep => hv_sleep hace 4 años
hmain.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hmap.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hobjectpool.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hscope.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hstring.cpp fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hstring.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hthreadpool.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hurl.cpp fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hurl.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
ifconfig.cpp fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
ifconfig.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
iniparser.cpp fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
iniparser.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
json.hpp fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
singleton.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años

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 线程本地存储类