Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::IO::RapidXMLStreamWriter Class Referencefinal

#include <TextStreamWriters.h>

Classes

class  PrintIterator
 

Public Member Functions

 RapidXMLStreamWriter (IO::GenericStream *stream, size_t defaultWriteCacheSize=128 *1024)
 
 RapidXMLStreamWriter (const RapidXMLStreamWriter &)=delete
 
RapidXMLStreamWriteroperator= (const RapidXMLStreamWriter &)=delete
 
void FlushCache ()
 
PrintIterator Iterator ()
 

Public Attributes

IO::GenericStreamm_stream
 
AZStd::vector< AZ::u8 > m_cache
 
int m_errorCount {}
 

Detailed Description

For use with rapidxml::print.


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