Frobby 0.9.5
Public Types | Public Member Functions | Public Attributes | List of all members
__gnu_cxx::_Hashtable_const_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc > Struct Template Reference

#include <hashtable.h>

Public Types

typedef hashtable< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc_Hashtable
 
typedef _Hashtable_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Allociterator
 
typedef _Hashtable_const_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Allocconst_iterator
 
typedef _Hashtable_node< _Val_Node
 
typedef forward_iterator_tag iterator_category
 
typedef _Val value_type
 
typedef ptrdiff_t difference_type
 
typedef size_t size_type
 
typedef const _Valreference
 
typedef const _Valpointer
 

Public Member Functions

 _Hashtable_const_iterator (const _Node *__n, const _Hashtable *__tab)
 
 _Hashtable_const_iterator ()
 
 _Hashtable_const_iterator (const iterator &__it)
 
reference operator* () const
 
pointer operator-> () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
bool operator== (const const_iterator &__it) const
 
bool operator!= (const const_iterator &__it) const
 

Public Attributes

const _Node_M_cur
 
const _Hashtable_M_ht
 

Detailed Description

template<class _Val, class _Key, class _HashFcn, class _ExtractKey, class _EqualKey, class _Alloc>
struct __gnu_cxx::_Hashtable_const_iterator< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >

Definition at line 158 of file hashtable.h.

Member Typedef Documentation

◆ _Hashtable

Definition at line 161 of file hashtable.h.

◆ _Node

Definition at line 168 of file hashtable.h.

◆ const_iterator

Definition at line 167 of file hashtable.h.

◆ difference_type

Definition at line 172 of file hashtable.h.

◆ iterator

Definition at line 164 of file hashtable.h.

◆ iterator_category

Definition at line 170 of file hashtable.h.

◆ pointer

Definition at line 175 of file hashtable.h.

◆ reference

Definition at line 174 of file hashtable.h.

◆ size_type

Definition at line 173 of file hashtable.h.

◆ value_type

Definition at line 171 of file hashtable.h.

Constructor & Destructor Documentation

◆ _Hashtable_const_iterator() [1/3]

Definition at line 180 of file hashtable.h.

◆ _Hashtable_const_iterator() [2/3]

Definition at line 183 of file hashtable.h.

◆ _Hashtable_const_iterator() [3/3]

Definition at line 185 of file hashtable.h.

Member Function Documentation

◆ operator!=()

Definition at line 207 of file hashtable.h.

◆ operator*()

Definition at line 189 of file hashtable.h.

◆ operator++() [1/2]

Definition at line 665 of file hashtable.h.

◆ operator++() [2/2]

Definition at line 682 of file hashtable.h.

◆ operator->()

Definition at line 193 of file hashtable.h.

◆ operator==()

Definition at line 203 of file hashtable.h.

Member Data Documentation

◆ _M_cur

Definition at line 177 of file hashtable.h.

◆ _M_ht

Definition at line 178 of file hashtable.h.


The documentation for this struct was generated from the following file: