Library: Foundation
Package: Hashing
Header: Poco/LinearHashTable.h
Direct Base Classes: ConstIterator
All Base Classes: Poco::HashFunc::ConstIterator, std::iterator < std::forward_iterator_tag, Value >
Member Functions: operator *, operator ++, operator =, operator->, swap
Inherited Functions: operator !=, operator *, operator ++, operator =, operator ==, operator->, swap
Iterator();
Iterator(
const Iterator & it
);
Iterator(
const BucketVecIterator & vecIt,
const BucketVecIterator & endIt,
const BucketIterator & buckIt
);
typename Bucket::value_type & operator * ();
const typename Bucket::value_type & operator * () const;
Iterator & operator ++ ();
Iterator operator ++ (
int
);
Iterator & operator = (
const Iterator & it
);
typename Bucket::value_type * operator-> ();
const typename Bucket::value_type * operator-> () const;
void swap(
Iterator & it
);