B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Public Member Functions | List of all members
HashTable< ElementType, ElementKeyType, ElementKeyHashFunction, ElementEQComparator, ElementKeyCopier >::iterator Class Reference

#include <hash_table_iface.h>

Public Member Functions

ElementType * init (ElementType *parray, elem_index_t *htable, int num_elements)
 
bool isAtEndOfList ()
 
ElementType * next ()
 
ElementType * operator* ()
 

Member Function Documentation

template<typename ElementType , typename ElementKeyType , typename ElementKeyHashFunction = HashCalc<ElementKeyType>, typename ElementEQComparator = HashEQComparator<ElementKeyType>, typename ElementKeyCopier = KeyCopier<ElementKeyType>>
ElementType* HashTable< ElementType, ElementKeyType, ElementKeyHashFunction, ElementEQComparator, ElementKeyCopier >::iterator::init ( ElementType *  parray,
elem_index_t htable,
int  num_elements 
)
inline
template<typename ElementType , typename ElementKeyType , typename ElementKeyHashFunction = HashCalc<ElementKeyType>, typename ElementEQComparator = HashEQComparator<ElementKeyType>, typename ElementKeyCopier = KeyCopier<ElementKeyType>>
bool HashTable< ElementType, ElementKeyType, ElementKeyHashFunction, ElementEQComparator, ElementKeyCopier >::iterator::isAtEndOfList ( )
inline
template<typename ElementType , typename ElementKeyType , typename ElementKeyHashFunction = HashCalc<ElementKeyType>, typename ElementEQComparator = HashEQComparator<ElementKeyType>, typename ElementKeyCopier = KeyCopier<ElementKeyType>>
ElementType* HashTable< ElementType, ElementKeyType, ElementKeyHashFunction, ElementEQComparator, ElementKeyCopier >::iterator::next ( )
inline
template<typename ElementType , typename ElementKeyType , typename ElementKeyHashFunction = HashCalc<ElementKeyType>, typename ElementEQComparator = HashEQComparator<ElementKeyType>, typename ElementKeyCopier = KeyCopier<ElementKeyType>>
ElementType* HashTable< ElementType, ElementKeyType, ElementKeyHashFunction, ElementEQComparator, ElementKeyCopier >::iterator::operator* ( )
inline