NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
file 成员列表

成员的完整列表,这些成员属于 file,包括所有继承而来的类成员

async() noexceptfileinline
begin_lines() constfileinline
buffer_sizefilestatic
chunks_info(size_type chunk_size) constfile
clear_error() noexceptfile
close() noexceptfile
difference_type typedeffile
end_lines() constfileinline
file()file
file(path pth, bool append=false, file_access access=file_access::READ_WRITE, file_shared share_mode=file_shared::SHARE_READ, file_creation creation=file_creation::OPEN_EXIST, file_attri attributes=file_attri::NORMAL)fileexplicit
file(file &&other) noexceptfile
file_path() const noexceptfileinline
flush() noexceptfile
info() noexceptfileinline
is_append() const noexceptfileinline
is_opened() const noexceptfileinline
last_error_code() const noexceptfileinline
locker() noexceptfileinline
mapper() noexceptfileinline
native_handle() const noexceptfileinline
native_handle_type typedeffile
open(path pth, bool append=false, file_access access=file_access::READ_WRITE, file_shared share_mode=file_shared::SHARE_READ_WRITE, file_creation creation=file_creation::OPEN_EXIST, file_attri attributes=file_attri::NORMAL)file
open(bool append=false, file_access access=file_access::READ_WRITE, file_shared share_mode=file_shared::SHARE_READ_WRITE, file_creation creation=file_creation::OPEN_EXIST, file_attri attributes=file_attri::NORMAL)file
operator=(file &&other) noexceptfile
prefetch(size_type hint_size=0) constfile
read(void *buffer, size_type size) constfile
read(string &out, size_type size) constfile
read(string &out) constfile
read() constfile
read_binary(void *out, size_type size) constfile
read_binary(string &out, size_type size) constfile
read_binary(string &out) constfile
read_binary() constfile
read_chunks(size_type chunk_size=buffer_size *16) constfile
read_line(string &line) constfile
read_line() constfile
read_lines() constfile
seek(difference_type distance, file_pointer method=file_pointer::END) constfile
size() constfile
size(size_type &out_size) constfile
size64() constfile
size_type typedeffile
system_tell() constfile
tell() constfile
truncate(difference_type size) constfile
write(const string &data, size_type size)file
write(const string &data)file
write(const void *data, size_type size)file
write_chunks(const vector< string > &chunks)file
~file()file