|
acl
3.5.3.0
|
浏览该文件的文档. 2 #include "../acl_cpp_define.hpp" 24 #if defined(_WIN32) || defined(_WIN64) 40 bool open(
const char* path,
unsigned int oflags,
unsigned int mode);
49 bool open_trunc(
const char* path,
unsigned int mode = 0600);
58 bool create(
const char* path,
unsigned int mode = 0600);
65 bool open_read(
const char* path);
73 bool open_write(
const char* path);
80 bool open_append(
const char* path);
87 virtual void destroy(
void);