Zserio C++ runtime library
1.0.0
Built for Zserio 2.13.0
|
#include <ITypeInfo.h>
Public Attributes | |
StringView | schemaName |
const IBasicTypeInfo< ALLOC > & | typeInfo |
StringView | functionResult |
Type information for compound type function.
Definition at line 87 of file ITypeInfo.h.
StringView zserio::BasicFunctionInfo< ALLOC >::functionResult |
specifies the function result
Definition at line 403 of file ITypeInfo.h.
StringView zserio::BasicFunctionInfo< ALLOC >::schemaName |
function schema name
Definition at line 401 of file ITypeInfo.h.
const IBasicTypeInfo<ALLOC>& zserio::BasicFunctionInfo< ALLOC >::typeInfo |
reference to type information for a resulting function type
Definition at line 402 of file ITypeInfo.h.