libAlgAudio  v1.99-440-g08538e5-dirty
The development library for AlgAudio framework.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rapidxml Namespace Reference

Classes

singleton  xml_node
 

Functions

template<typename Ch >
void clone_node_copying (const xml_node< Ch > *source, xml_node< Ch > *dest, xml_document<> *target_doc)
 

Function Documentation

template<typename Ch >
void rapidxml::clone_node_copying ( const xml_node< Ch > *  source,
xml_node< Ch > *  dest,
xml_document<> *  target_doc 
)

Similar to rapidxml::memory_pool, but copies names and values, and therefore the result of copying is usable even when the original document no longer exists.