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