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

#include <ITypeInfo.h>

Collaboration diagram for zserio::BasicFunctionInfo< ALLOC >:

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 409 of file ITypeInfo.h.

Member Data Documentation

◆ functionResult

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

specifies the function result

Definition at line 413 of file ITypeInfo.h.

◆ schemaName

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

function schema name

Definition at line 411 of file ITypeInfo.h.

◆ typeInfo

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 412 of file ITypeInfo.h.


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