Serialized holder for variable-sized payloads stored on heap.
More...
#include <serialization.h>
Serialized holder for variable-sized payloads stored on heap.
Definition at line 48 of file serialization.h.
◆ SimpleSerialized() [1/3]
| roo_transport::SimpleSerialized::SimpleSerialized |
( |
| ) |
|
|
inline |
◆ SimpleSerialized() [2/3]
| roo_transport::SimpleSerialized::SimpleSerialized |
( |
RpcStatus |
error | ) |
|
|
inline |
◆ SimpleSerialized() [3/3]
| roo_transport::SimpleSerialized::SimpleSerialized |
( |
std::unique_ptr< roo::byte[]> |
data, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ data()
| const roo::byte * roo_transport::SimpleSerialized::data |
( |
| ) |
const |
|
inline |
◆ size()
| size_t roo_transport::SimpleSerialized::size |
( |
| ) |
const |
|
inline |
◆ status()
| RpcStatus roo_transport::SimpleSerialized::status |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: