#include <ArmarXCore/core/rapidxml/wrapper/RapidXmlWriter.h>
Definition at line 35 of file RapidXmlWriter.h.
◆ append_attribute()
| RapidXmlWriterNode & append_attribute |
( |
const std::string & | name, |
|
|
const std::string & | value ) |
|
inline |
◆ append_bool_attribute()
| RapidXmlWriterNode & append_bool_attribute |
( |
const std::string & | name, |
|
|
const std::string & | trueValue, |
|
|
const std::string & | falseValue, |
|
|
bool | value ) |
|
inline |
◆ append_data_node()
◆ append_node()
◆ append_optional_bool_attribute()
| RapidXmlWriterNode & append_optional_bool_attribute |
( |
const std::string & | name, |
|
|
const std::string & | trueValue, |
|
|
const std::string & | falseValue, |
|
|
bool | value, |
|
|
bool | defaultValue ) |
|
inline |
◆ append_string_node()
| RapidXmlWriterNode & append_string_node |
( |
const std::string & | name, |
|
|
const std::string & | value ) |
|
inline |
◆ RapidXmlWriter
The documentation for this class was generated from the following file: