mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-10-24 18:20:15 -04:00
| .. | ||
| hasync.cpp | ||
| hasync.h | ||
| hdir.cpp | ||
| hdir.h | ||
| hfile.h | ||
| hmap.h | ||
| hobjectpool.h | ||
| hpath.cpp | ||
| hpath.h | ||
| hscope.h | ||
| hstring.cpp | ||
| hstring.h | ||
| hthreadpool.h | ||
| hurl.cpp | ||
| hurl.h | ||
| ifconfig.cpp | ||
| ifconfig.h | ||
| iniparser.cpp | ||
| iniparser.h | ||
| json.hpp | ||
| RAII.cpp | ||
| README.md | ||
| singleton.h | ||
| ThreadLocalStorage.cpp | ||
| ThreadLocalStorage.h | ||
目录结构
.
├── 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 线程本地存储类