RapidXmlWriter Class Reference

#include <ArmarXCore/core/rapidxml/wrapper/RapidXmlWriter.h>

Public Member Functions

RapidXmlWriterNode createRootNode (const std::string &name)
 
std::string print (bool indent)
 
 RapidXmlWriter ()
 
void saveToFile (const std::string &path, bool indent)
 

Detailed Description

Definition at line 99 of file RapidXmlWriter.h.

Constructor & Destructor Documentation

◆ RapidXmlWriter()

RapidXmlWriter ( )
inline

Definition at line 105 of file RapidXmlWriter.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ createRootNode()

RapidXmlWriterNode createRootNode ( const std::string &  name)
inline

Definition at line 113 of file RapidXmlWriter.h.

+ Here is the caller graph for this function:

◆ print()

std::string print ( bool  indent)
inline

Definition at line 120 of file RapidXmlWriter.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ saveToFile()

void saveToFile ( const std::string &  path,
bool  indent 
)
inline

Definition at line 126 of file RapidXmlWriter.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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