| allocator_type typedef | zserio::AllocatorHolder< std::allocator< uint8_t > > | |
| AllocatorHolder() | zserio::AllocatorHolder< std::allocator< uint8_t > > | inline |
| AllocatorHolder(const allocator_type &allocator) | zserio::AllocatorHolder< std::allocator< uint8_t > > | inlineexplicit |
| AllocatorHolder(allocator_type &&allocator) | zserio::AllocatorHolder< std::allocator< uint8_t > > | inlineexplicit |
| AllocatorHolder(const AllocatorHolder &other)=default | zserio::AllocatorHolder< std::allocator< uint8_t > > | |
| AllocatorHolder(AllocatorHolder &&other)=default | zserio::AllocatorHolder< std::allocator< uint8_t > > | |
| BasicJsonWriter(std::ostream &out, const ALLOC &allocator=ALLOC()) | zserio::BasicJsonWriter< ALLOC > | explicit |
| BasicJsonWriter(std::ostream &out, uint8_t indent, const ALLOC &allocator=ALLOC()) | zserio::BasicJsonWriter< ALLOC > | |
| BasicJsonWriter(std::ostream &out, const BasicString< RebindAlloc< ALLOC, char >> &indent, const ALLOC &allocator=ALLOC()) | zserio::BasicJsonWriter< ALLOC > | |
| BasicJsonWriter(const BasicJsonWriter &other)=delete | zserio::BasicJsonWriter< ALLOC > | |
| BasicJsonWriter(BasicJsonWriter &&other)=delete | zserio::BasicJsonWriter< ALLOC > | |
| beginArray(const IBasicReflectableDataConstPtr< ALLOC > &array, const BasicFieldInfo< ALLOC > &fieldInfo) override | zserio::BasicJsonWriter< ALLOC > | |
| IBasicWalkObserver< std::allocator< uint8_t > >::beginArray(const IBasicReflectableDataConstPtr< std::allocator< uint8_t > > &array, const BasicFieldInfo< std::allocator< uint8_t > > &fieldInfo)=0 | zserio::IBasicWalkObserver< std::allocator< uint8_t > > | pure virtual |
| beginCompound(const IBasicReflectableDataConstPtr< ALLOC > &compound, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex) override | zserio::BasicJsonWriter< ALLOC > | |
| IBasicWalkObserver< std::allocator< uint8_t > >::beginCompound(const IBasicReflectableDataConstPtr< std::allocator< uint8_t > > &compound, const BasicFieldInfo< std::allocator< uint8_t > > &fieldInfo, size_t elementIndex)=0 | zserio::IBasicWalkObserver< std::allocator< uint8_t > > | pure virtual |
| beginRoot(const IBasicReflectableDataConstPtr< ALLOC > &compound) override | zserio::BasicJsonWriter< ALLOC > | |
| IBasicWalkObserver< std::allocator< uint8_t > >::beginRoot(const IBasicReflectableDataConstPtr< std::allocator< uint8_t > > &compound)=0 | zserio::IBasicWalkObserver< std::allocator< uint8_t > > | pure virtual |
| DEFAULT_ENUMERABLE_FORMAT | zserio::BasicJsonWriter< ALLOC > | static |
| DEFAULT_ITEM_SEPARATOR | zserio::BasicJsonWriter< ALLOC > | static |
| DEFAULT_ITEM_SEPARATOR_WITH_INDENT | zserio::BasicJsonWriter< ALLOC > | static |
| DEFAULT_KEY_SEPARATOR | zserio::BasicJsonWriter< ALLOC > | static |
| endArray(const IBasicReflectableDataConstPtr< ALLOC > &array, const BasicFieldInfo< ALLOC > &fieldInfo) override | zserio::BasicJsonWriter< ALLOC > | |
| IBasicWalkObserver< std::allocator< uint8_t > >::endArray(const IBasicReflectableDataConstPtr< std::allocator< uint8_t > > &array, const BasicFieldInfo< std::allocator< uint8_t > > &fieldInfo)=0 | zserio::IBasicWalkObserver< std::allocator< uint8_t > > | pure virtual |
| endCompound(const IBasicReflectableDataConstPtr< ALLOC > &compound, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex) override | zserio::BasicJsonWriter< ALLOC > | |
| IBasicWalkObserver< std::allocator< uint8_t > >::endCompound(const IBasicReflectableDataConstPtr< std::allocator< uint8_t > > &compound, const BasicFieldInfo< std::allocator< uint8_t > > &fieldInfo, size_t elementIndex)=0 | zserio::IBasicWalkObserver< std::allocator< uint8_t > > | pure virtual |
| endRoot(const IBasicReflectableDataConstPtr< ALLOC > &compound) override | zserio::BasicJsonWriter< ALLOC > | |
| IBasicWalkObserver< std::allocator< uint8_t > >::endRoot(const IBasicReflectableDataConstPtr< std::allocator< uint8_t > > &compound)=0 | zserio::IBasicWalkObserver< std::allocator< uint8_t > > | pure virtual |
| EnumerableFormat enum name | zserio::BasicJsonWriter< ALLOC > | |
| get_allocator() const | zserio::AllocatorHolder< std::allocator< uint8_t > > | inline |
| get_allocator_ref() | zserio::AllocatorHolder< std::allocator< uint8_t > > | inlineprotected |
| get_allocator_ref() const | zserio::AllocatorHolder< std::allocator< uint8_t > > | inlineprotected |
| operator=(const BasicJsonWriter &other)=delete | zserio::BasicJsonWriter< ALLOC > | |
| operator=(BasicJsonWriter &&other)=delete | zserio::BasicJsonWriter< ALLOC > | |
| AllocatorHolder< std::allocator< uint8_t > >::operator=(const AllocatorHolder &other)=default | zserio::AllocatorHolder< std::allocator< uint8_t > > | |
| AllocatorHolder< std::allocator< uint8_t > >::operator=(AllocatorHolder &&other)=default | zserio::AllocatorHolder< std::allocator< uint8_t > > | |
| set_allocator(const allocator_type &allocator) | zserio::AllocatorHolder< std::allocator< uint8_t > > | inlineprotected |
| set_allocator(allocator_type &&allocator) | zserio::AllocatorHolder< std::allocator< uint8_t > > | inlineprotected |
| setEnumerableFormat(EnumerableFormat enumerableFormat) | zserio::BasicJsonWriter< ALLOC > | |
| setItemSeparator(const BasicString< RebindAlloc< ALLOC, char >> &itemSeparator) | zserio::BasicJsonWriter< ALLOC > | |
| setKeySeparator(const BasicString< RebindAlloc< ALLOC, char >> &keySeparator) | zserio::BasicJsonWriter< ALLOC > | |
| visitValue(const IBasicReflectableDataConstPtr< ALLOC > &value, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex) override | zserio::BasicJsonWriter< ALLOC > | |
| IBasicWalkObserver< std::allocator< uint8_t > >::visitValue(const IBasicReflectableDataConstPtr< std::allocator< uint8_t > > &value, const BasicFieldInfo< std::allocator< uint8_t > > &fieldInfo, size_t elementIndex)=0 | zserio::IBasicWalkObserver< std::allocator< uint8_t > > | pure virtual |
| ~AllocatorHolder()=default | zserio::AllocatorHolder< std::allocator< uint8_t > > | |
| ~BasicJsonWriter() override=default | zserio::BasicJsonWriter< ALLOC > | |
| ~IBasicWalkObserver()=default | zserio::IBasicWalkObserver< std::allocator< uint8_t > > | virtual |