summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-08-29 15:29:45 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-08-29 15:29:45 +0000
commitf711006e80eb56acd30746cd96d128dd7e75d1f8 (patch)
tree3235dd80592ffd445f8992da15d3bace59ef4e3c /src/pugixml.hpp
parentf2509e0395cd4e0f655eea77e3da2fab06eb4032 (diff)
XPath: xpath_node_set now uses custom allocation functions, minor refactoring
git-svn-id: http://pugixml.googlecode.com/svn/trunk@667 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index 40c3b98..91a3190 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -2212,6 +2212,8 @@ namespace pugi
void remove_duplicates();
+ void swap(xpath_node_set& ns);
+
public:
/**
* Default constructor
@@ -2238,7 +2240,7 @@ namespace pugi
* \return self
*/
xpath_node_set& operator=(const xpath_node_set& ns);
-
+
/**
* Get collection type
*