Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
IService.h File Reference
#include <memory_resource>
#include "zserio/IService.h"

Go to the source code of this file.

Namespaces

 zserio
 
 zserio::pmr
 

Typedefs

template<typename ZSERIO_OBJECT >
using zserio::pmr::IntrospectableServiceData = BasicIntrospectableServiceData< ZSERIO_OBJECT, std::pmr::polymorphic_allocator< uint8_t > >
 
using zserio::pmr::ObjectServiceData = BasicObjectServiceData< std::pmr::polymorphic_allocator< uint8_t > >
 
using zserio::pmr::RawServiceDataHolder = BasicRawServiceDataHolder< std::pmr::polymorphic_allocator< uint8_t > >
 
using zserio::pmr::RawServiceDataView = BasicRawServiceDataView< std::pmr::polymorphic_allocator< uint8_t > >
 
using zserio::pmr::IServiceData = IBasicServiceData< std::pmr::polymorphic_allocator< uint8_t > >
 
using zserio::pmr::IServiceDataPtr = IBasicServiceDataPtr< std::pmr::polymorphic_allocator< uint8_t > >
 
using zserio::pmr::IService = IBasicService< std::pmr::polymorphic_allocator< uint8_t > >
 
using zserio::pmr::IServiceClient = IBasicServiceClient< std::pmr::polymorphic_allocator< uint8_t > >