WvStreams
Public Member Functions | Public Attributes | List of all members
WvHashTable< T, K, Accessor, Comparator >::Iter Class Reference
Inheritance diagram for WvHashTable< T, K, Accessor, Comparator >::Iter:
Inheritance graph
[legend]

Public Member Functions

 Iter (WvHashTable &_tbl)
 
 Iter (const Iter &other)
 
T * ptr () const
 
 WvIterStuff (T)
 
void rewind ()
 
WvLinknext ()
 
WvLinkcur () const
 
void * vptr () const
 
bool get_autofree () const
 Returns the state of autofree for the current element.
 
void set_autofree (bool autofree)
 Sets the state of autofree for the current element.
 

Public Attributes

WvHashTableBasetbl
 
unsigned tblindex
 
WvLinklink
 

Detailed Description

template<class T, class K, class Accessor, template< class > class Comparator = OpEqComp>
class WvHashTable< T, K, Accessor, Comparator >::Iter

Definition at line 250 of file wvhashtable.h.


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