embedded-framework/external/libhv/libhv-1.3.2/cpputil
2024-06-05 09:28:13 +08:00
..
hasync.cpp witout test tools. 2024-06-05 09:28:13 +08:00
hasync.h witout test tools. 2024-06-05 09:28:13 +08:00
hdir.cpp witout test tools. 2024-06-05 09:28:13 +08:00
hdir.h witout test tools. 2024-06-05 09:28:13 +08:00
hfile.h witout test tools. 2024-06-05 09:28:13 +08:00
hmap.h witout test tools. 2024-06-05 09:28:13 +08:00
hobjectpool.h witout test tools. 2024-06-05 09:28:13 +08:00
hpath.cpp witout test tools. 2024-06-05 09:28:13 +08:00
hpath.h witout test tools. 2024-06-05 09:28:13 +08:00
hscope.h witout test tools. 2024-06-05 09:28:13 +08:00
hstring.cpp witout test tools. 2024-06-05 09:28:13 +08:00
hstring.h witout test tools. 2024-06-05 09:28:13 +08:00
hthreadpool.h witout test tools. 2024-06-05 09:28:13 +08:00
hurl.cpp witout test tools. 2024-06-05 09:28:13 +08:00
hurl.h witout test tools. 2024-06-05 09:28:13 +08:00
ifconfig.cpp witout test tools. 2024-06-05 09:28:13 +08:00
ifconfig.h witout test tools. 2024-06-05 09:28:13 +08:00
iniparser.cpp witout test tools. 2024-06-05 09:28:13 +08:00
iniparser.h witout test tools. 2024-06-05 09:28:13 +08:00
json.hpp witout test tools. 2024-06-05 09:28:13 +08:00
RAII.cpp witout test tools. 2024-06-05 09:28:13 +08:00
README.md witout test tools. 2024-06-05 09:28:13 +08:00
singleton.h witout test tools. 2024-06-05 09:28:13 +08:00
ThreadLocalStorage.cpp witout test tools. 2024-06-05 09:28:13 +08:00
ThreadLocalStorage.h witout test tools. 2024-06-05 09:28:13 +08:00

目录结构

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