Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
|
#include <ITypeInfo.h>
Public Attributes | |
std::string_view | schemaName |
const IBasicTypeInfo< ALLOC > & | responseTypeInfo |
const IBasicTypeInfo< ALLOC > & | requestTypeInfo |
Type information for service method.
Definition at line 628 of file ITypeInfo.h.
const IBasicTypeInfo<ALLOC>& zserio::BasicMethodInfo< ALLOC >::requestTypeInfo |
reference to type information for a method request type
Definition at line 635 of file ITypeInfo.h.
const IBasicTypeInfo<ALLOC>& zserio::BasicMethodInfo< ALLOC >::responseTypeInfo |
reference to type information for a method response type
Definition at line 633 of file ITypeInfo.h.
std::string_view zserio::BasicMethodInfo< ALLOC >::schemaName |
service schema name
Definition at line 631 of file ITypeInfo.h.