NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::file 成员列表

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

async() noexceptneforce::fileinline
begin_lines() constneforce::fileinline
buffer_sizeneforce::filestatic
chunks_info(size_type chunk_size) constneforce::file
clear_error() noexceptneforce::file
close() noexceptneforce::file
difference_type typedefneforce::file
end_lines() constneforce::fileinline
file()neforce::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)neforce::fileexplicit
file(file &&other) noexceptneforce::file
file_path() const noexceptneforce::fileinline
flush() noexceptneforce::file
info() noexceptneforce::fileinline
is_append() const noexceptneforce::fileinline
is_opened() const noexceptneforce::fileinline
last_error_code() const noexceptneforce::fileinline
locker() noexceptneforce::fileinline
mapper() noexceptneforce::fileinline
native_handle() const noexceptneforce::fileinline
native_handle_type typedefneforce::file
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)neforce::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)neforce::file
operator=(file &&other) noexceptneforce::file
prefetch(size_type hint_size=0) constneforce::file
read(void *buffer, size_type size) constneforce::file
read(string &out, size_type size) constneforce::file
read(string &out) constneforce::file
read() constneforce::file
read(size_type n) constneforce::file
read_binary(void *out, size_type size) constneforce::file
read_binary(string &out, size_type size) constneforce::file
read_binary(string &out) constneforce::file
read_binary() constneforce::file
read_chunks(size_type chunk_size=buffer_size *16) constneforce::file
read_line(string &line) constneforce::file
read_line() constneforce::file
read_lines() constneforce::file
seek(difference_type distance, file_pointer method=file_pointer::END) constneforce::file
size() constneforce::file
size(size_type &out_size) constneforce::file
size64() constneforce::file
size_type typedefneforce::file
system_tell() constneforce::file
tell() constneforce::file
truncate(difference_type size) constneforce::file
write(const string &data, size_type size)neforce::file
write(const string &data)neforce::file
write(const void *data, size_type size)neforce::file
write_chunks(const vector< string > &chunks)neforce::file
~file()neforce::file