Zserio C++ runtime library
1.0.0
Built for Zserio 2.13.0
|
#include <ITypeInfo.h>
Public Attributes | |
Span< const StringView > | caseExpressions |
const BasicFieldInfo< ALLOC > * | field |
Type information for choice type case.
Definition at line 89 of file ITypeInfo.h.
Span<const StringView> zserio::BasicCaseInfo< ALLOC >::caseExpressions |
sequence of case expressions
Definition at line 412 of file ITypeInfo.h.
const BasicFieldInfo<ALLOC>* zserio::BasicCaseInfo< ALLOC >::field |
pointer to type information for a case field
Definition at line 413 of file ITypeInfo.h.