|
C++ Actor Framework 1.0.0
|
This is the complete list of members for caf::chunk, including all inherited members.
| bytes() const noexcept | caf::chunk | |
| chunk() noexcept=default (defined in caf::chunk) | caf::chunk | |
| chunk(const_byte_span buffer) (defined in caf::chunk) | caf::chunk | explicit |
| chunk(caf::span< const const_byte_span > buffers) (defined in caf::chunk) | caf::chunk | explicit |
| chunk(intrusive_ptr< data > data) noexcept (defined in caf::chunk) | caf::chunk | explicit |
| empty() const noexcept | caf::chunk | |
| equal_to(const chunk &other) const noexcept (defined in caf::chunk) | caf::chunk | |
| from_buffers(const ByteBuffers &... buffers) (defined in caf::chunk) | caf::chunk | static |
| get_data() const &noexcept | caf::chunk | |
| get_data() &&noexcept | caf::chunk | |
| operator bool() const noexcept | caf::chunk | explicit |
| size() const noexcept | caf::chunk | |
| swap(chunk &other) noexcept | caf::chunk |