Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
|
#include <ITypeInfo.h>
Public Attributes | |
std::string_view | schemaName |
const IBasicTypeInfo< ALLOC > & | typeInfo |
Type information for compound type parameter.
Definition at line 513 of file ITypeInfo.h.
std::string_view zserio::BasicParameterInfo< ALLOC >::schemaName |
parameter schema name
Definition at line 515 of file ITypeInfo.h.
const IBasicTypeInfo<ALLOC>& zserio::BasicParameterInfo< ALLOC >::typeInfo |
reference to type information for a parameter type
Definition at line 516 of file ITypeInfo.h.