Send file operation wrapper.
More...
#include <buffers.hpp>
Send file operation wrapper.
Definition at line 326 of file buffers.hpp.
◆ sendfile_write_operation_t() [1/4]
| restinio::impl::sendfile_write_operation_t::sendfile_write_operation_t |
( |
| ) |
|
|
delete |
◆ sendfile_write_operation_t() [2/4]
| restinio::impl::sendfile_write_operation_t::sendfile_write_operation_t |
( |
sendfile_t && | sf_opts | ) |
|
|
inline |
◆ sendfile_write_operation_t() [3/4]
| restinio::impl::sendfile_write_operation_t::sendfile_write_operation_t |
( |
const sendfile_write_operation_t & | | ) |
|
|
delete |
◆ sendfile_write_operation_t() [4/4]
| restinio::impl::sendfile_write_operation_t::sendfile_write_operation_t |
( |
sendfile_write_operation_t && | | ) |
|
|
default |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ relocate_to()
| virtual void restinio::impl::sendfile_write_operation_t::relocate_to |
( |
void * | storage | ) |
|
|
inlineoverridevirtual |
◆ sendfile_options()
| sendfile_t & restinio::impl::sendfile_write_operation_t::sendfile_options |
( |
| ) |
|
|
inlinenoexcept |
Get sendfile operation detaiols.
- Note
- Since v.0.4.9 it is non-const method. It is because we have to work with mutable sendfile_t on some platform (like Windows).
Definition at line 368 of file buffers.hpp.
◆ size()
| virtual std::size_t restinio::impl::sendfile_write_operation_t::size |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ m_sendfile_options
| std::unique_ptr< sendfile_t > restinio::impl::sendfile_write_operation_t::m_sendfile_options |
|
private |
A pointer to sendfile operation details.
Definition at line 375 of file buffers.hpp.
The documentation for this struct was generated from the following file: