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

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

async_read(io_context &ctx, string &buffer, size_type size, function< void(error_code, size_type)> handler)neforce::file_asyncinline
async_read(io_context &ctx, string &buffer, size_type size, difference_type offset, function< void(error_code, size_type)> handler)neforce::file_asyncinline
async_read(io_context &ctx, string &buffer, size_type size, cancellation_slot &slot, function< void(error_code, size_type)> handler)neforce::file_asyncinline
async_write(io_context &ctx, string data, size_type size, function< void(error_code, size_type)> handler)neforce::file_asyncinline
async_write(io_context &ctx, string data, size_type size, difference_type offset, function< void(error_code, size_type)> handler)neforce::file_asyncinline
async_write(io_context &ctx, string data, size_type size, cancellation_slot &slot, function< void(error_code, size_type)> handler)neforce::file_asyncinline
difference_type typedefneforce::file_async
file_async(native_handle_type handle)neforce::file_asyncexplicit
file_async(file_async &&other) noexceptneforce::file_async
native_handle() const noexceptneforce::file_asyncinline
native_handle_type typedefneforce::file_async
operator=(file_async &&other) noexceptneforce::file_async
size_type typedefneforce::file_async
~file_async()neforce::file_async