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

#include <ITypeInfo.h>

Collaboration diagram for zserio::BasicCaseInfo< ALLOC >:

Public Attributes

Span< const StringViewcaseExpressions
 
const BasicFieldInfo< ALLOC > * field
 

Detailed Description

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

Type information for choice type case.

Definition at line 420 of file ITypeInfo.h.

Member Data Documentation

◆ caseExpressions

template<typename ALLOC = std::allocator<uint8_t>>
Span<const StringView> zserio::BasicCaseInfo< ALLOC >::caseExpressions

sequence of case expressions

Definition at line 422 of file ITypeInfo.h.

◆ field

template<typename ALLOC = std::allocator<uint8_t>>
const BasicFieldInfo<ALLOC>* zserio::BasicCaseInfo< ALLOC >::field

pointer to type information for a case field

Definition at line 423 of file ITypeInfo.h.


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