NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator类 参考

#include <phmap.h>

Public 类型

using iterator_category = typename iterator::iterator_category
 
using value_type = typename parallel_hash_set::value_type
 
using reference = typename parallel_hash_set::const_reference
 
using pointer = typename parallel_hash_set::const_pointer
 
using difference_type = typename parallel_hash_set::difference_type
 
using Inner = typename parallel_hash_set::Inner
 

Public 成员函数

 const_iterator ()
 
 const_iterator (iterator i)
 
reference operator* () const
 
pointer operator-> () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 

Private 成员函数

 const_iterator (const Inner *inner, const Inner *inner_end, const EmbeddedIterator &it)
 

Private 属性

iterator iter_
 

友元

class parallel_hash_set
 
bool operator== (const const_iterator &a, const const_iterator &b)
 
bool operator!= (const const_iterator &a, const const_iterator &b)
 

成员类型定义说明

◆ difference_type

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
using phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator::difference_type = typename parallel_hash_set::difference_type

◆ Inner

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
using phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator::Inner = typename parallel_hash_set::Inner

◆ iterator_category

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
using phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator::iterator_category = typename iterator::iterator_category

◆ pointer

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
using phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator::pointer = typename parallel_hash_set::const_pointer

◆ reference

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
using phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator::reference = typename parallel_hash_set::const_reference

◆ value_type

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
using phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator::value_type = typename parallel_hash_set::value_type

构造及析构函数说明

◆ const_iterator() [1/3]

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator::const_iterator ( )
inline

◆ const_iterator() [2/3]

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator::const_iterator ( iterator  i)
inline

◆ const_iterator() [3/3]

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator::const_iterator ( const Inner inner,
const Inner inner_end,
const EmbeddedIterator it 
)
inlineprivate

成员函数说明

◆ operator*()

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
reference phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator::operator* ( ) const
inline

◆ operator++() [1/2]

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
const_iterator & phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator::operator++ ( )
inline

◆ operator++() [2/2]

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
const_iterator phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator::operator++ ( int  )
inline

◆ operator->()

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
pointer phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator::operator-> ( ) const
inline

友元及相关函数文档

◆ operator!=

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
bool operator!= ( const const_iterator a,
const const_iterator b 
)
friend

◆ operator==

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
bool operator== ( const const_iterator a,
const const_iterator b 
)
friend

◆ parallel_hash_set

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
friend class parallel_hash_set
friend

类成员变量说明

◆ iter_

template<size_t N, template< class, class, class, class > class RefSet, class Mtx_ , class Policy , class Hash , class Eq , class Alloc >
iterator phmap::priv::parallel_hash_set< N, RefSet, Mtx_, Policy, Hash, Eq, Alloc >::const_iterator::iter_
private

该类的文档由以下文件生成: