roo_transport
API Documentation for roo_transport
Loading...
Searching...
No Matches
roo_transport::StaticSerialized< N > Class Template Reference

Serialized holder for small fixed-size payloads. More...

#include <serialization.h>

Public Member Functions

 StaticSerialized ()=default
 
RpcStatus status () const
 
const roo::byte * data () const
 
size_t size () const
 
roo::byte * data ()
 

Detailed Description

template<size_t N>
class roo_transport::StaticSerialized< N >

Serialized holder for small fixed-size payloads.

Definition at line 33 of file serialization.h.

Constructor & Destructor Documentation

◆ StaticSerialized()

template<size_t N>
roo_transport::StaticSerialized< N >::StaticSerialized ( )
default

Member Function Documentation

◆ data() [1/2]

template<size_t N>
roo::byte * roo_transport::StaticSerialized< N >::data ( )
inline

Definition at line 41 of file serialization.h.

◆ data() [2/2]

template<size_t N>
const roo::byte * roo_transport::StaticSerialized< N >::data ( ) const
inline

Definition at line 38 of file serialization.h.

◆ size()

template<size_t N>
size_t roo_transport::StaticSerialized< N >::size ( ) const
inline

Definition at line 39 of file serialization.h.

◆ status()

template<size_t N>
RpcStatus roo_transport::StaticSerialized< N >::status ( ) const
inline

Definition at line 37 of file serialization.h.

References roo_transport::kOk.


The documentation for this class was generated from the following file: