Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
|
#include <ITypeInfo.h>
Public Attributes | |
StringView | schemaName |
const IBasicTypeInfo< ALLOC > & | responseTypeInfo |
const IBasicTypeInfo< ALLOC > & | requestTypeInfo |
Type information for service method.
Definition at line 514 of file ITypeInfo.h.
const IBasicTypeInfo<ALLOC>& zserio::BasicMethodInfo< ALLOC >::requestTypeInfo |
reference to type information for a method request type
Definition at line 521 of file ITypeInfo.h.
const IBasicTypeInfo<ALLOC>& zserio::BasicMethodInfo< ALLOC >::responseTypeInfo |
reference to type information for a method response type
Definition at line 519 of file ITypeInfo.h.
StringView zserio::BasicMethodInfo< ALLOC >::schemaName |
service schema name
Definition at line 517 of file ITypeInfo.h.