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

#include <ITypeInfo.h>

Collaboration diagram for zserio::BasicParameterInfo< ALLOC >:

Public Attributes

StringView schemaName
 
const IBasicTypeInfo< ALLOC > & typeInfo
 

Detailed Description

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

Type information for compound type parameter.

Definition at line 399 of file ITypeInfo.h.

Member Data Documentation

◆ schemaName

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

parameter schema name

Definition at line 401 of file ITypeInfo.h.

◆ typeInfo

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

reference to type information for a parameter type

Definition at line 402 of file ITypeInfo.h.


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