|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
成员的完整列表,这些成员属于 neforce::file_async,包括所有继承而来的类成员
| async_read(io_context &ctx, string &buffer, size_type size, function< void(error_code, size_type)> handler) | neforce::file_async | inline |
| async_read(io_context &ctx, string &buffer, size_type size, difference_type offset, function< void(error_code, size_type)> handler) | neforce::file_async | inline |
| async_read(io_context &ctx, string &buffer, size_type size, cancellation_slot &slot, function< void(error_code, size_type)> handler) | neforce::file_async | inline |
| async_write(io_context &ctx, string data, size_type size, function< void(error_code, size_type)> handler) | neforce::file_async | inline |
| async_write(io_context &ctx, string data, size_type size, difference_type offset, function< void(error_code, size_type)> handler) | neforce::file_async | inline |
| async_write(io_context &ctx, string data, size_type size, cancellation_slot &slot, function< void(error_code, size_type)> handler) | neforce::file_async | inline |
| difference_type typedef | neforce::file_async | |
| file_async(native_handle_type handle) | neforce::file_async | explicit |
| file_async(file_async &&other) noexcept | neforce::file_async | |
| native_handle() const noexcept | neforce::file_async | inline |
| native_handle_type typedef | neforce::file_async | |
| operator=(file_async &&other) noexcept | neforce::file_async | |
| size_type typedef | neforce::file_async | |
| ~file_async() | neforce::file_async |