emsApplication/3rdPartner/libhv/cpputil
HwangKC a386d0c62b init 2024-05-24 12:19:45 +08:00
..
RAII.cpp init 2024-05-24 12:19:45 +08:00
README.md init 2024-05-24 12:19:45 +08:00
ThreadLocalStorage.cpp init 2024-05-24 12:19:45 +08:00
ThreadLocalStorage.h init 2024-05-24 12:19:45 +08:00
hasync.cpp init 2024-05-24 12:19:45 +08:00
hasync.h init 2024-05-24 12:19:45 +08:00
hdir.cpp init 2024-05-24 12:19:45 +08:00
hdir.h init 2024-05-24 12:19:45 +08:00
hfile.h init 2024-05-24 12:19:45 +08:00
hmap.h init 2024-05-24 12:19:45 +08:00
hobjectpool.h init 2024-05-24 12:19:45 +08:00
hpath.cpp init 2024-05-24 12:19:45 +08:00
hpath.h init 2024-05-24 12:19:45 +08:00
hscope.h init 2024-05-24 12:19:45 +08:00
hstring.cpp init 2024-05-24 12:19:45 +08:00
hstring.h init 2024-05-24 12:19:45 +08:00
hthreadpool.h init 2024-05-24 12:19:45 +08:00
hurl.cpp init 2024-05-24 12:19:45 +08:00
hurl.h init 2024-05-24 12:19:45 +08:00
ifconfig.cpp init 2024-05-24 12:19:45 +08:00
ifconfig.h init 2024-05-24 12:19:45 +08:00
iniparser.cpp init 2024-05-24 12:19:45 +08:00
iniparser.h init 2024-05-24 12:19:45 +08:00
json.hpp init 2024-05-24 12:19:45 +08:00
singleton.h init 2024-05-24 12:19:45 +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 线程本地存储类