hewei.it 37705499e5 format code 4 yıl önce
..
RAII.cpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
README.md fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
ThreadLocalStorage.cpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
ThreadLocalStorage.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
hdir.cpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
hdir.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
hfile.h 7e3e2267b2 Add hpath 4 yıl önce
hmain.cpp 3e15658ee2 sleep => hv_sleep 4 yıl önce
hmain.h 37705499e5 format code 4 yıl önce
hmap.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
hobjectpool.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
hpath.cpp 37705499e5 format code 4 yıl önce
hpath.h 37705499e5 format code 4 yıl önce
hscope.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
hstring.cpp 37705499e5 format code 4 yıl önce
hstring.h 37705499e5 format code 4 yıl önce
hthreadpool.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
hurl.cpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
hurl.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
ifconfig.cpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
ifconfig.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
iniparser.cpp 37705499e5 format code 4 yıl önce
iniparser.h 37705499e5 format code 4 yıl önce
json.hpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce
singleton.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 yıl önce

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