|
Zserio C++17 runtime library
1.1.0
Built for Zserio 2.18.1
|
#include <IService.h>


Public Member Functions | |
| template<typename ZSERIO_OBJECT > | |
| BasicObjectServiceData (const ZSERIO_OBJECT &object, const ALLOC &allocator=ALLOC()) | |
| IBasicIntrospectableViewConstPtr< ALLOC > | getIntrospectable () const override |
| Span< const uint8_t > | getData () const override |
Public Member Functions inherited from zserio::IBasicServiceData< std::allocator< uint8_t > > | |
| virtual | ~IBasicServiceData ()=default |
Service data implementation based on objects generated by Zserio.
Definition at line 111 of file IService.h.
|
inlineexplicit |
Constructor from zserio-generated object.
| object | Reference to zserio object. |
| allocator | Allocator to use for data allocation |
Definition at line 121 of file IService.h.
|
inlineoverridevirtual |
Gets service data as bytes.
Implements zserio::IBasicServiceData< std::allocator< uint8_t > >.
Definition at line 130 of file IService.h.
|
inlineoverridevirtual |
Gets introspectable representing the service data (if available).
Implements zserio::IBasicServiceData< std::allocator< uint8_t > >.
Definition at line 125 of file IService.h.