libAlgAudio
v1.99-440-g08538e5-dirty
The development library for AlgAudio framework.
|
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) |
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.