Scroll to navigation

__gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator(3cxx) __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator(3cxx)

NAME

__gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator - Constant child iterator.

SYNOPSIS

#include <pat_trie_base.hpp>

Inherited by __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::iterator.

Public Types


typedef _Alloc::difference_type difference_type
typedef std::forward_iterator_tag iterator_category
typedef node_pointer_pointer pointer
typedef node_pointer_reference reference
typedef node_pointer value_type

Public Member Functions


const_iterator (node_pointer_pointer p_p_cur=0, node_pointer_pointer p_p_end=0)
bool operator!= (const const_iterator &other) const
node_const_pointer operator* () const
const_iterator & operator++ ()
const_iterator operator++ (int)
const node_pointer_pointer operator-> () const
bool operator== (const const_iterator &other) const

Public Attributes


node_pointer_pointer m_p_p_cur
node_pointer_pointer m_p_p_end

Detailed Description

template<typename _ATraits, typename Metadata>

struct __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator"Constant child iterator.

Definition at line 255 of file pat_trie_base.hpp.

Member Typedef Documentation

template<typename _ATraits , typename Metadata > typedef _Alloc::difference_type __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator::difference_type

Definition at line 261 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > typedef std::forward_iterator_tag __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator::iterator_category

Definition at line 260 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > typedef node_pointer_pointer __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator::pointer

Definition at line 263 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > typedef node_pointer_reference __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator::reference

Definition at line 264 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > typedef node_pointer __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator::value_type

Definition at line 262 of file pat_trie_base.hpp.

Constructor & Destructor Documentation

template<typename _ATraits , typename Metadata > __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator::const_iterator (node_pointer_pointer p_p_cur = 0, node_pointer_pointer p_p_end = 0) [inline]

Definition at line 266 of file pat_trie_base.hpp.

Member Function Documentation

template<typename _ATraits , typename Metadata > bool __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator::operator!= (const const_iterator & other) const [inline]

Definition at line 276 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > node_const_pointer __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator::operator* () const [inline]

Definition at line 304 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > const_iterator & __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator::operator++ () [inline]

Definition at line 280 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > const_iterator __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator::operator++ (int) [inline]

Definition at line 289 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > const node_pointer_pointer __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator::operator-> () const [inline]

Definition at line 297 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > bool __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator::operator== (const const_iterator & other) const [inline]

Definition at line 272 of file pat_trie_base.hpp.

Member Data Documentation

template<typename _ATraits , typename Metadata > node_pointer_pointer __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator::m_p_p_cur

Definition at line 257 of file pat_trie_base.hpp.

template<typename _ATraits , typename Metadata > node_pointer_pointer __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator::m_p_p_end

Definition at line 258 of file pat_trie_base.hpp.

Author

Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++