Skip to content

提交常用跨平台的功能接口,如动态库加载,类型转换,路径递归创建,文件夹枚举等等

Notifications You must be signed in to change notification settings

RyanLiuF/Public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

提供一些不在C++标准库范围内的操作函数

Support the frequently-used function which is not include in C++ Standatd Library

底层IO接口(open/read/write/close)

the io function e.g: (open/read/write/close)

动态库不定参数加载模板

the loader of dynamic library with variable parameter

  • 动态库类指针创建模板(module.hpp)
  • create the pointer of a class from dynamic library
    • make_module
  • 动态库C接口调用模板(library.hpp)
  • load the c api template function
    • call
    • address

类型转换

type conversion

文件,路径(如路径遍历,递归创建)操作

file and directory operation e.g : traverse path and create path recursively

About

提交常用跨平台的功能接口,如动态库加载,类型转换,路径递归创建,文件夹枚举等等

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages