Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
zserio::BasicFunctionInfo< ALLOC > Struct Template Reference

#include <ITypeInfo.h>

Collaboration diagram for zserio::BasicFunctionInfo< ALLOC >:

Public Attributes

std::string_view schemaName
 
const IBasicTypeInfo< ALLOC > & typeInfo
 
std::string_view functionResult
 

Detailed Description

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

Type information for compound type function.

Definition at line 523 of file ITypeInfo.h.

Member Data Documentation

◆ functionResult

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

specifies the function result

Definition at line 527 of file ITypeInfo.h.

◆ schemaName

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

function schema name

Definition at line 525 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 526 of file ITypeInfo.h.


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