Zserio C++ runtime library  1.0.0
Built for Zserio 2.13.0
zserio::BasicFunctionInfo< ALLOC > Struct Template Reference

#include <ITypeInfo.h>

Public Attributes

StringView schemaName
 
const IBasicTypeInfo< ALLOC > & typeInfo
 
StringView functionResult
 

Detailed Description

template<typename ALLOC = std::allocator<uint8_t>>
struct zserio::BasicFunctionInfo< ALLOC >

Type information for compound type function.

Definition at line 87 of file ITypeInfo.h.

Member Data Documentation

template<typename ALLOC = std::allocator<uint8_t>>
StringView zserio::BasicFunctionInfo< ALLOC >::functionResult

specifies the function result

Definition at line 403 of file ITypeInfo.h.

template<typename ALLOC = std::allocator<uint8_t>>
StringView zserio::BasicFunctionInfo< ALLOC >::schemaName

function schema name

Definition at line 401 of file ITypeInfo.h.

template<typename ALLOC = std::allocator<uint8_t>>
const IBasicTypeInfo<ALLOC>& zserio::BasicFunctionInfo< ALLOC >::typeInfo

reference to type information for a resulting function type

Definition at line 402 of file ITypeInfo.h.


The documentation for this struct was generated from the following file: