|
ORE Studio 0.0.4
|
This is the complete list of members for frame, including all inherited members.
| compression() const | frame | |
| correlation_id() const | frame | |
| decompressed_payload() const | frame | |
| deserialize(const frame_header &header, std::span< const std::byte > data) | frame | static |
| deserialize_header(std::span< const std::byte > data, bool skip_version_check=false) | frame | static |
| frame() (defined in frame) | frame | |
| frame(message_type type, std::uint32_t sequence, std::vector< std::byte > payload, compression_type compression=compression_type::none) (defined in frame) | frame | |
| frame(message_type type, std::uint32_t sequence, std::uint32_t correlation_id, std::vector< std::byte > payload, compression_type compression=compression_type::none) (defined in frame) | frame | |
| header() const | frame | |
| payload() const | frame | |
| serialize() const | frame | |
| validate() const | frame |