fusion/third_party/libhv/cpputil
张兆鹏 09dc02ae52 initial commit 2025-08-05 15:53:44 +08:00
..
RAII.cpp initial commit 2025-08-05 15:53:44 +08:00
README.md initial commit 2025-08-05 15:53:44 +08:00
ThreadLocalStorage.cpp initial commit 2025-08-05 15:53:44 +08:00
ThreadLocalStorage.h initial commit 2025-08-05 15:53:44 +08:00
hasync.cpp initial commit 2025-08-05 15:53:44 +08:00
hasync.h initial commit 2025-08-05 15:53:44 +08:00
hdir.cpp initial commit 2025-08-05 15:53:44 +08:00
hdir.h initial commit 2025-08-05 15:53:44 +08:00
hfile.h initial commit 2025-08-05 15:53:44 +08:00
hmap.h initial commit 2025-08-05 15:53:44 +08:00
hobjectpool.h initial commit 2025-08-05 15:53:44 +08:00
hpath.cpp initial commit 2025-08-05 15:53:44 +08:00
hpath.h initial commit 2025-08-05 15:53:44 +08:00
hscope.h initial commit 2025-08-05 15:53:44 +08:00
hstring.cpp initial commit 2025-08-05 15:53:44 +08:00
hstring.h initial commit 2025-08-05 15:53:44 +08:00
hthreadpool.h initial commit 2025-08-05 15:53:44 +08:00
hurl.cpp initial commit 2025-08-05 15:53:44 +08:00
hurl.h initial commit 2025-08-05 15:53:44 +08:00
ifconfig.cpp initial commit 2025-08-05 15:53:44 +08:00
ifconfig.h initial commit 2025-08-05 15:53:44 +08:00
iniparser.cpp initial commit 2025-08-05 15:53:44 +08:00
iniparser.h initial commit 2025-08-05 15:53:44 +08:00
json.hpp initial commit 2025-08-05 15:53:44 +08:00
singleton.h initial commit 2025-08-05 15:53:44 +08:00

README.md

目录结构

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