diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-08-29 15:29:45 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-08-29 15:29:45 +0000 |
commit | f711006e80eb56acd30746cd96d128dd7e75d1f8 (patch) | |
tree | 3235dd80592ffd445f8992da15d3bace59ef4e3c /src/pugixml.hpp | |
parent | f2509e0395cd4e0f655eea77e3da2fab06eb4032 (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.hpp | 4 |
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 * |