Zserio C++ runtime library  1.0.0
Built for Zserio 2.13.0
zserio::BasicJsonWriter< ALLOC > Member List

This is the complete list of members for zserio::BasicJsonWriter< ALLOC >, including all inherited members.

allocator_type typedefzserio::AllocatorHolder< ALLOC >
AllocatorHolder()zserio::AllocatorHolder< ALLOC >inline
AllocatorHolder(const allocator_type &allocator)zserio::AllocatorHolder< ALLOC >inlineexplicit
AllocatorHolder(allocator_type &&allocator)zserio::AllocatorHolder< ALLOC >inlineexplicit
AllocatorHolder(const AllocatorHolder &other)=defaultzserio::AllocatorHolder< ALLOC >
AllocatorHolder(AllocatorHolder &&other)=defaultzserio::AllocatorHolder< ALLOC >
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 string< ALLOC > &indent, const ALLOC &allocator=ALLOC())zserio::BasicJsonWriter< ALLOC >
BasicJsonWriter(const BasicJsonWriter &other)=deletezserio::BasicJsonWriter< ALLOC >
BasicJsonWriter(BasicJsonWriter &&other)=deletezserio::BasicJsonWriter< ALLOC >
beginArray(const IBasicReflectableConstPtr< ALLOC > &array, const BasicFieldInfo< ALLOC > &fieldInfo) overridezserio::BasicJsonWriter< ALLOC >virtual
beginCompound(const IBasicReflectableConstPtr< ALLOC > &compound, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex) overridezserio::BasicJsonWriter< ALLOC >virtual
beginRoot(const IBasicReflectableConstPtr< ALLOC > &compound) overridezserio::BasicJsonWriter< ALLOC >virtual
DEFAULT_ENUMERABLE_FORMATzserio::BasicJsonWriter< ALLOC >static
DEFAULT_ITEM_SEPARATORzserio::BasicJsonWriter< ALLOC >static
DEFAULT_ITEM_SEPARATOR_WITH_INDENTzserio::BasicJsonWriter< ALLOC >static
DEFAULT_KEY_SEPARATORzserio::BasicJsonWriter< ALLOC >static
endArray(const IBasicReflectableConstPtr< ALLOC > &array, const BasicFieldInfo< ALLOC > &fieldInfo) overridezserio::BasicJsonWriter< ALLOC >virtual
endCompound(const IBasicReflectableConstPtr< ALLOC > &compound, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex) overridezserio::BasicJsonWriter< ALLOC >virtual
endRoot(const IBasicReflectableConstPtr< ALLOC > &compound) overridezserio::BasicJsonWriter< ALLOC >virtual
EnumerableFormat enum namezserio::BasicJsonWriter< ALLOC >
get_allocator() const zserio::AllocatorHolder< ALLOC >inline
get_allocator_ref()zserio::AllocatorHolder< ALLOC >inlineprotected
get_allocator_ref() const zserio::AllocatorHolder< ALLOC >inlineprotected
operator=(const BasicJsonWriter &other)=deletezserio::BasicJsonWriter< ALLOC >
operator=(BasicJsonWriter &&other)=deletezserio::BasicJsonWriter< ALLOC >
zserio::AllocatorHolder::operator=(const AllocatorHolder &other)=defaultzserio::AllocatorHolder< ALLOC >
zserio::AllocatorHolder::operator=(AllocatorHolder &&other)=defaultzserio::AllocatorHolder< ALLOC >
set_allocator(const allocator_type &allocator)zserio::AllocatorHolder< ALLOC >inlineprotected
set_allocator(allocator_type &&allocator)zserio::AllocatorHolder< ALLOC >inlineprotected
setEnumerableFormat(EnumerableFormat enumerableFormat)zserio::BasicJsonWriter< ALLOC >
setItemSeparator(const string< ALLOC > &itemSeparator)zserio::BasicJsonWriter< ALLOC >
setKeySeparator(const string< ALLOC > &keySeparator)zserio::BasicJsonWriter< ALLOC >
visitValue(const IBasicReflectableConstPtr< ALLOC > &value, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex) overridezserio::BasicJsonWriter< ALLOC >virtual
~AllocatorHolder()=defaultzserio::AllocatorHolder< ALLOC >
~BasicJsonWriter() override=defaultzserio::BasicJsonWriter< ALLOC >
~IBasicWalkObserver()=defaultzserio::IBasicWalkObserver< ALLOC >virtual