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 > & | typeInfo |
std::string_view | functionResult |
Type information for compound type function.
Definition at line 523 of file ITypeInfo.h.
std::string_view zserio::BasicFunctionInfo< ALLOC >::functionResult |
specifies the function result
Definition at line 527 of file ITypeInfo.h.
std::string_view zserio::BasicFunctionInfo< ALLOC >::schemaName |
function schema name
Definition at line 525 of file ITypeInfo.h.
const IBasicTypeInfo<ALLOC>& zserio::BasicFunctionInfo< ALLOC >::typeInfo |
reference to type information for a resulting function type
Definition at line 526 of file ITypeInfo.h.