|
Zserio C++ runtime library
1.3.0
Built for Zserio 2.18.0
|
#include <ITypeInfo.h>

Public Attributes | |
| StringView | schemaName |
| const IBasicTypeInfo< ALLOC > & | responseTypeInfo |
| const IBasicTypeInfo< ALLOC > & | requestTypeInfo |
Type information for service method.
Definition at line 515 of file ITypeInfo.h.
| const IBasicTypeInfo<ALLOC>& zserio::BasicMethodInfo< ALLOC >::requestTypeInfo |
reference to type information for a method request type
Definition at line 522 of file ITypeInfo.h.
| const IBasicTypeInfo<ALLOC>& zserio::BasicMethodInfo< ALLOC >::responseTypeInfo |
reference to type information for a method response type
Definition at line 520 of file ITypeInfo.h.
| StringView zserio::BasicMethodInfo< ALLOC >::schemaName |
service schema name
Definition at line 518 of file ITypeInfo.h.