Wwise SDK 2021.1.9
AutoStartEndElement
Version
AK.Wwise::Plugin::V1::XmlWriter::AutoStartEndElement Class Referencefinal
Use this class to handle the WriteStartElement/WriteEndElement pair automatically in a C++ scope. More...
#include <HostXml.h>
Public Member Functions | |
AutoStartEndElement (const char *in_rcsElementName, XmlWriter *in_pWriter, AK::Wwise::Plugin::XmlElementType::ElementType in_eType=AK::Wwise::Plugin::XmlElementType::Map) | |
Calls WriteStartElement automatically. More... |
|
AutoStartEndElement (const char *in_rcsElementName, XmlWriter &in_pWriter, AK::Wwise::Plugin::XmlElementType::ElementType in_eType=AK::Wwise::Plugin::XmlElementType::Map) | |
~AutoStartEndElement () | |
Calls WriteEndElement automatically. More... |
|