Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
|
#include <ITypeInfo.h>
Public Attributes | |
Span< const std::string_view > | caseExpressions |
const BasicFieldInfo< ALLOC > * | field |
Type information for choice type case.
Definition at line 534 of file ITypeInfo.h.
Span<const std::string_view> zserio::BasicCaseInfo< ALLOC >::caseExpressions |
sequence of case expressions
Definition at line 536 of file ITypeInfo.h.
const BasicFieldInfo<ALLOC>* zserio::BasicCaseInfo< ALLOC >::field |
pointer to type information for a case field
Definition at line 537 of file ITypeInfo.h.