Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
|
This is the complete list of members for nirt::io::IIrrXMLWriter< char_type, super_class >, including all inherited members.
writeClosingTag(const char_type *name)=0 | nirt::io::IIrrXMLWriter< char_type, super_class > | pure virtual |
writeComment(const char_type *comment)=0 | nirt::io::IIrrXMLWriter< char_type, super_class > | pure virtual |
writeElement(const char_type *name, bool empty=false, const char_type *attr1Name=0, const char_type *attr1Value=0, const char_type *attr2Name=0, const char_type *attr2Value=0, const char_type *attr3Name=0, const char_type *attr3Value=0, const char_type *attr4Name=0, const char_type *attr4Value=0, const char_type *attr5Name=0, const char_type *attr5Value=0)=0 | nirt::io::IIrrXMLWriter< char_type, super_class > | pure virtual |
writeElement(const char_type *name, bool empty, core::array< core::string< char_type > > &names, core::array< core::string< char_type > > &values)=0 | nirt::io::IIrrXMLWriter< char_type, super_class > | pure virtual |
writeLineBreak()=0 | nirt::io::IIrrXMLWriter< char_type, super_class > | pure virtual |
writeText(const char_type *text)=0 | nirt::io::IIrrXMLWriter< char_type, super_class > | pure virtual |
writeXMLHeader()=0 | nirt::io::IIrrXMLWriter< char_type, super_class > | pure virtual |
~IIrrXMLWriter() | nirt::io::IIrrXMLWriter< char_type, super_class > | inlinevirtual |