|
Zserio C++ runtime library
1.3.0
Built for Zserio 2.18.0
|
#include <ITypeInfo.h>

Public Member Functions | |
| ItemInfo (StringView schemaName_, uint64_t value_, bool isDeprecated_, bool isRemoved_) | |
Public Attributes | |
| StringView | schemaName |
| uint64_t | value |
| bool | isDeprecated |
| bool | isRemoved |
Type information for enumeration type item or for bitmask type value.
Definition at line 430 of file ITypeInfo.h.
|
inline |
Definition at line 432 of file ITypeInfo.h.
| bool zserio::ItemInfo::isDeprecated |
flag whether the item is deprecated
Definition at line 441 of file ITypeInfo.h.
| bool zserio::ItemInfo::isRemoved |
flag whether the item is removed
Definition at line 442 of file ITypeInfo.h.
| StringView zserio::ItemInfo::schemaName |
enumeration item or bitmask value schema name
Definition at line 439 of file ITypeInfo.h.
| uint64_t zserio::ItemInfo::value |
enumeration item or bitmask value cast to uint64_t
Definition at line 440 of file ITypeInfo.h.