ithewei 314e6ca37a fix UNICODE compile error 4 years ago
..
RAII.cpp 8a84c3d7d3 WSAStartup => WSAInit 4 years ago
README.md 8cb296f94f Impl hv::async 4 years ago
ThreadLocalStorage.cpp ad2f267ada update 4 years ago
ThreadLocalStorage.h ad2f267ada update 4 years ago
hasync.cpp 8cb296f94f Impl hv::async 4 years ago
hasync.h 324f6f6982 Add TimerThread 4 years ago
hdir.cpp 314e6ca37a fix UNICODE compile error 4 years ago
hdir.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 years ago
hfile.h 8fa05c1787 update 4 years ago
hmap.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 years ago
hobjectpool.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 years ago
hpath.cpp 314e6ca37a fix UNICODE compile error 4 years ago
hpath.h 446c5edda1 optimize code 4 years ago
hscope.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 years ago
hstring.cpp 70430b8e2b hv::empty_string 4 years ago
hstring.h 70430b8e2b hv::empty_string 4 years ago
hthreadpool.h 8cb296f94f Impl hv::async 4 years ago
hurl.cpp 9442d940e7 Update hurl.cpp 4 years ago
hurl.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 years ago
ifconfig.cpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 years ago
ifconfig.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 years ago
iniparser.cpp c241ff8766 fix #112: trim utf8 bom 4 years ago
iniparser.h 37705499e5 format code 4 years ago
json.hpp fd52ad0e13 move cpp to cpputil, let base event pure c 4 years ago
singleton.h fd52ad0e13 move cpp to cpputil, let base event pure c 4 years ago

README.md

目录结构

.
├── hasync.h        hv::async实现
├── hdir.h          目录(ls实现)
├── hfile.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 线程本地存储类