Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
zserio::BasicMethodInfo< ALLOC > Struct Template Reference

#include <ITypeInfo.h>

Collaboration diagram for zserio::BasicMethodInfo< ALLOC >:

Public Attributes

StringView schemaName
 
const IBasicTypeInfo< ALLOC > & responseTypeInfo
 
const IBasicTypeInfo< ALLOC > & requestTypeInfo
 

Detailed Description

template<typename ALLOC = std::allocator<uint8_t>>
struct zserio::BasicMethodInfo< ALLOC >

Type information for service method.

Definition at line 514 of file ITypeInfo.h.

Member Data Documentation

◆ requestTypeInfo

template<typename ALLOC = std::allocator<uint8_t>>
const IBasicTypeInfo<ALLOC>& zserio::BasicMethodInfo< ALLOC >::requestTypeInfo

reference to type information for a method request type

Definition at line 521 of file ITypeInfo.h.

◆ responseTypeInfo

template<typename ALLOC = std::allocator<uint8_t>>
const IBasicTypeInfo<ALLOC>& zserio::BasicMethodInfo< ALLOC >::responseTypeInfo

reference to type information for a method response type

Definition at line 519 of file ITypeInfo.h.

◆ schemaName

template<typename ALLOC = std::allocator<uint8_t>>
StringView zserio::BasicMethodInfo< ALLOC >::schemaName

service schema name

Definition at line 517 of file ITypeInfo.h.


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