From 6e91431b002dbc4c387dd6d9dbaa3f15f9cdaa41 Mon Sep 17 00:00:00 2001 From: khizmax Date: Sun, 23 Aug 2015 18:56:49 +0300 Subject: [PATCH] Fixed MultiLevelHashSet/Map docs --- cds/container/impl/multilevel_hashmap.h | 2 +- cds/container/impl/multilevel_hashset.h | 2 +- cds/intrusive/impl/multilevel_hashset.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cds/container/impl/multilevel_hashmap.h b/cds/container/impl/multilevel_hashmap.h index 1c0a1937..e5ee5943 100644 --- a/cds/container/impl/multilevel_hashmap.h +++ b/cds/container/impl/multilevel_hashmap.h @@ -702,7 +702,7 @@ namespace cds { namespace container { Note that for two iterators \p it1 and \p it2, the conditon it1 == it2 does not entail &(*it1) == &(*it2) - helper member function \p release() that clears internal hazard pointer. - After \p release() call the iterator points to \p nullptr but it still remain valid: further iterating is possible. + After \p release() the iterator points to \p nullptr but it still remain valid: further iterating is possible. */ ///@{ /// Returns an iterator to the beginning of the map diff --git a/cds/container/impl/multilevel_hashset.h b/cds/container/impl/multilevel_hashset.h index 1cd7c143..79466216 100644 --- a/cds/container/impl/multilevel_hashset.h +++ b/cds/container/impl/multilevel_hashset.h @@ -460,7 +460,7 @@ namespace cds { namespace container { Note that for two iterators \p it1 and \p it2, the conditon it1 == it2 does not entail &(*it1) == &(*it2) - helper member function \p release() that clears internal hazard pointer. - After \p release() call the iterator points to \p nullptr but it still remain valid: further iterating is possible. + After \p release() the iterator points to \p nullptr but it still remain valid: further iterating is possible. */ ///@{ diff --git a/cds/intrusive/impl/multilevel_hashset.h b/cds/intrusive/impl/multilevel_hashset.h index 96aee685..37a5414a 100644 --- a/cds/intrusive/impl/multilevel_hashset.h +++ b/cds/intrusive/impl/multilevel_hashset.h @@ -971,7 +971,7 @@ namespace cds { namespace intrusive { Note that for two iterators \p it1 and \p it2, the conditon it1 == it2 does not entail &(*it1) == &(*it2) : welcome to concurrent containers - helper member function \p release() that clears internal hazard pointer. - After \p release() call the iterator points to \p nullptr but it still remain valid: further iterating is possible. + After \p release() the iterator points to \p nullptr but it still remain valid: further iterating is possible. */ ///@{ -- 2.34.1