TraceX
 
Loading...
Searching...
No Matches
save_custom_writer.cpp File Reference
#include "pugixml.hpp"
#include <string>
#include <iostream>
#include <cstring>
Include dependency graph for save_custom_writer.cpp:

Classes

struct  xml_string_writer
 
struct  xml_memory_writer
 

Functions

std::string node_to_string (pugi::xml_node node)
 
char * node_to_buffer (pugi::xml_node node, char *buffer, size_t size)
 
char * node_to_buffer_heap (pugi::xml_node node)
 
int main ()
 

Function Documentation

◆ main()

int main ( )
Here is the call graph for this function:

◆ node_to_buffer()

char * node_to_buffer ( pugi::xml_node node,
char * buffer,
size_t size )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ node_to_buffer_heap()

char * node_to_buffer_heap ( pugi::xml_node node)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ node_to_string()

std::string node_to_string ( pugi::xml_node node)
Here is the call graph for this function:
Here is the caller graph for this function: