Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
zserio::BasicJsonWriter< ALLOC > Member List

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

allocator_type typedefzserio::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)=defaultzserio::AllocatorHolder< std::allocator< uint8_t > >
AllocatorHolder(AllocatorHolder &&other)=defaultzserio::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 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 >
IBasicWalkObserver< std::allocator< uint8_t > >::beginArray(const IBasicReflectableConstPtr< std::allocator< uint8_t > > &array, const BasicFieldInfo< std::allocator< uint8_t > > &fieldInfo)=0zserio::IBasicWalkObserver< std::allocator< uint8_t > >pure virtual
beginCompound(const IBasicReflectableConstPtr< ALLOC > &compound, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex) overridezserio::BasicJsonWriter< ALLOC >
IBasicWalkObserver< std::allocator< uint8_t > >::beginCompound(const IBasicReflectableConstPtr< std::allocator< uint8_t > > &compound, const BasicFieldInfo< std::allocator< uint8_t > > &fieldInfo, size_t elementIndex)=0zserio::IBasicWalkObserver< std::allocator< uint8_t > >pure virtual
beginRoot(const IBasicReflectableConstPtr< ALLOC > &compound) overridezserio::BasicJsonWriter< ALLOC >
IBasicWalkObserver< std::allocator< uint8_t > >::beginRoot(const IBasicReflectableConstPtr< std::allocator< uint8_t > > &compound)=0zserio::IBasicWalkObserver< std::allocator< uint8_t > >pure 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 >
IBasicWalkObserver< std::allocator< uint8_t > >::endArray(const IBasicReflectableConstPtr< std::allocator< uint8_t > > &array, const BasicFieldInfo< std::allocator< uint8_t > > &fieldInfo)=0zserio::IBasicWalkObserver< std::allocator< uint8_t > >pure virtual
endCompound(const IBasicReflectableConstPtr< ALLOC > &compound, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex) overridezserio::BasicJsonWriter< ALLOC >
IBasicWalkObserver< std::allocator< uint8_t > >::endCompound(const IBasicReflectableConstPtr< std::allocator< uint8_t > > &compound, const BasicFieldInfo< std::allocator< uint8_t > > &fieldInfo, size_t elementIndex)=0zserio::IBasicWalkObserver< std::allocator< uint8_t > >pure virtual
endRoot(const IBasicReflectableConstPtr< ALLOC > &compound) overridezserio::BasicJsonWriter< ALLOC >
IBasicWalkObserver< std::allocator< uint8_t > >::endRoot(const IBasicReflectableConstPtr< std::allocator< uint8_t > > &compound)=0zserio::IBasicWalkObserver< std::allocator< uint8_t > >pure virtual
EnumerableFormat enum namezserio::BasicJsonWriter< ALLOC >
get_allocator() constzserio::AllocatorHolder< std::allocator< uint8_t > >inline
get_allocator_ref()zserio::AllocatorHolder< std::allocator< uint8_t > >inlineprotected
get_allocator_ref() constzserio::AllocatorHolder< std::allocator< uint8_t > >inlineprotected
operator=(const BasicJsonWriter &other)=deletezserio::BasicJsonWriter< ALLOC >
operator=(BasicJsonWriter &&other)=deletezserio::BasicJsonWriter< ALLOC >
AllocatorHolder< std::allocator< uint8_t > >::operator=(const AllocatorHolder &other)=defaultzserio::AllocatorHolder< std::allocator< uint8_t > >
AllocatorHolder< std::allocator< uint8_t > >::operator=(AllocatorHolder &&other)=defaultzserio::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 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 >
IBasicWalkObserver< std::allocator< uint8_t > >::visitValue(const IBasicReflectableConstPtr< std::allocator< uint8_t > > &value, const BasicFieldInfo< std::allocator< uint8_t > > &fieldInfo, size_t elementIndex)=0zserio::IBasicWalkObserver< std::allocator< uint8_t > >pure virtual
~AllocatorHolder()=defaultzserio::AllocatorHolder< std::allocator< uint8_t > >
~BasicJsonWriter() override=defaultzserio::BasicJsonWriter< ALLOC >
~IBasicWalkObserver()=defaultzserio::IBasicWalkObserver< std::allocator< uint8_t > >virtual