From: khizmax Date: Sun, 23 Aug 2015 15:56:49 +0000 (+0300) Subject: Fixed MultiLevelHashSet/Map docs X-Git-Tag: v2.1.0~147 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6e91431b002dbc4c387dd6d9dbaa3f15f9cdaa41;p=libcds.git Fixed MultiLevelHashSet/Map docs --- 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. */ ///@{