RESTinio
|
This is the complete list of members for restinio::sendfile_t, including all inherited members.
check_file_is_valid() const | restinio::sendfile_t | inlineprivate |
chunk_size() const noexcept | restinio::sendfile_t | inline |
chunk_size(sendfile_chunk_size_guarded_value_t chunk) & | restinio::sendfile_t | inline |
chunk_size(sendfile_chunk_size_guarded_value_t chunk) && | restinio::sendfile_t | inline |
file_descriptor() const noexcept | restinio::sendfile_t | inline |
is_valid() const noexcept | restinio::sendfile_t | inline |
m_chunk_size | restinio::sendfile_t | private |
m_file_descriptor | restinio::sendfile_t | private |
m_meta | restinio::sendfile_t | private |
m_offset | restinio::sendfile_t | private |
m_size | restinio::sendfile_t | private |
m_timelimit | restinio::sendfile_t | private |
meta() const | restinio::sendfile_t | inline |
offset() const noexcept | restinio::sendfile_t | inline |
offset_and_size(file_offset_t offset_value, file_size_t size_value=std::numeric_limits< file_size_t >::max()) & | restinio::sendfile_t | inline |
offset_and_size(file_offset_t offset_value, file_size_t size_value=std::numeric_limits< file_size_t >::max()) && | restinio::sendfile_t | inline |
operator=(const sendfile_t &)=delete | restinio::sendfile_t | |
operator=(sendfile_t &&sf) noexcept | restinio::sendfile_t | inline |
sendfile | restinio::sendfile_t | friend |
sendfile_t(file_descriptor_holder_t fdh, file_meta_t meta, sendfile_chunk_size_guarded_value_t chunk) noexcept | restinio::sendfile_t | inlineprivate |
sendfile_t(const sendfile_t &)=delete | restinio::sendfile_t | |
sendfile_t(sendfile_t &&sf) noexcept | restinio::sendfile_t | inline |
size() const noexcept | restinio::sendfile_t | inline |
swap | restinio::sendfile_t | friend |
takeaway_file_descriptor | restinio::sendfile_t | friend |
timelimit() const noexcept | restinio::sendfile_t | inline |
timelimit(std::chrono::steady_clock::duration timelimit_value) & | restinio::sendfile_t | inline |
timelimit(std::chrono::steady_clock::duration timelimit_value) && | restinio::sendfile_t | inline |