ithewei 33320d29c6 Add requests::downloadFile hace 3 años
..
RAII.cpp 8a84c3d7d3 WSAStartup => WSAInit hace 4 años
README.md 915cc8e2b8 update hace 3 años
ThreadLocalStorage.cpp 1f0e6fb250 optimize code from @mtdxc hace 3 años
ThreadLocalStorage.h ad2f267ada update hace 4 años
hasync.cpp 8cb296f94f Impl hv::async hace 4 años
hasync.h 324f6f6982 Add TimerThread hace 4 años
hdir.cpp 314e6ca37a fix UNICODE compile error hace 4 años
hdir.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hfile.h 8fa05c1787 update hace 4 años
hmap.h 33320d29c6 Add requests::downloadFile hace 3 años
hobjectpool.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hpath.cpp 314e6ca37a fix UNICODE compile error hace 4 años
hpath.h 446c5edda1 optimize code hace 4 años
hscope.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
hstring.cpp 33320d29c6 Add requests::downloadFile hace 3 años
hstring.h 33320d29c6 Add requests::downloadFile hace 3 años
hthreadpool.h 8cb296f94f Impl hv::async hace 4 años
hurl.cpp 80db2c4fd0 Add HUrl hace 3 años
hurl.h 80db2c4fd0 Add HUrl hace 3 años
ifconfig.cpp fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
ifconfig.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
iniparser.cpp e4090c146e use prefix hv hace 3 años
iniparser.h 37705499e5 format code hace 4 años
json.hpp fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años
singleton.h fd52ad0e13 move cpp to cpputil, let base event pure c hace 4 años

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