tftp_common
1.3.0
|
This is the complete list of members for tftp_common::packets::Request, including all inherited members.
getFilename() const noexcept | tftp_common::packets::Request | inline |
getMode() const noexcept | tftp_common::packets::Request | inline |
getOptionName(std::size_t Idx) const noexcept | tftp_common::packets::Request | inline |
getOptionValue(std::size_t Idx) const noexcept | tftp_common::packets::Request | inline |
getType() const noexcept | tftp_common::packets::Request | inline |
parse(const std::uint8_t *Buffer, std::size_t Len, Request &Packet) | tftp_common::packets::Request | friend |
Request()=default | tftp_common::packets::Request | |
Request(types::Type Type, std::string_view Filename, std::string_view Mode) | tftp_common::packets::Request | inline |
Request(types::Type Type, std::string &&Filename, std::string &&Mode) noexcept | tftp_common::packets::Request | inline |
Request(types::Type Type, std::string_view Filename, std::string_view Mode, const std::vector< std::string > &OptionsNames, const std::vector< std::string > &OptionsValues) | tftp_common::packets::Request | inline |
Request(types::Type Type, std::string &&Filename, std::string &&Mode, std::vector< std::string > &&OptionsNames, std::vector< std::string > &&OptionsValues) noexcept | tftp_common::packets::Request | inline |
serialize(OutputIterator It) const noexcept | tftp_common::packets::Request | inline |