Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
|
#include <ITypeInfo.h>
Public Attributes | |
StringView | schemaName |
const IBasicTypeInfo< ALLOC > & | typeInfo |
StringView | functionResult |
Type information for compound type function.
Definition at line 409 of file ITypeInfo.h.
StringView zserio::BasicFunctionInfo< ALLOC >::functionResult |
specifies the function result
Definition at line 413 of file ITypeInfo.h.
StringView zserio::BasicFunctionInfo< ALLOC >::schemaName |
function schema name
Definition at line 411 of file ITypeInfo.h.
const IBasicTypeInfo<ALLOC>& zserio::BasicFunctionInfo< ALLOC >::typeInfo |
reference to type information for a resulting function type
Definition at line 412 of file ITypeInfo.h.