|
G3D::Table< Key, Value, HashFunc >::Iterator Class ReferenceC++ STL style iterator variable.
More...
#include <Table.h>
List of all members.
Detailed Description
template<class Key, class Value, class HashFunc = GHashCode<Key>>
class G3D::Table< Key, Value, HashFunc >::Iterator
C++ STL style iterator variable.
See begin().
Member Function Documentation
template<class Key, class Value, class HashFunc = GHashCode<Key>>
| const Entry& G3D::Table< Key, Value, HashFunc >::Iterator::operator * |
( |
|
) |
const [inline] |
template<class Key, class Value, class HashFunc = GHashCode<Key>>
| G3D::Table< Key, Value, HashFunc >::Iterator::operator Entry * |
( |
|
) |
const [inline] |
template<class Key, class Value, class HashFunc = GHashCode<Key>>
| bool G3D::Table< Key, Value, HashFunc >::Iterator::operator!= |
( |
const Iterator & |
other |
) |
const [inline] |
template<class Key, class Value, class HashFunc = GHashCode<Key>>
Post increment (slower than preincrement).
template<class Key, class Value, class HashFunc = GHashCode<Key>>
template<class Key, class Value, class HashFunc = GHashCode<Key>>
| Entry* G3D::Table< Key, Value, HashFunc >::Iterator::operator-> |
( |
|
) |
const [inline] |
template<class Key, class Value, class HashFunc = GHashCode<Key>>
| bool G3D::Table< Key, Value, HashFunc >::Iterator::operator== |
( |
const Iterator & |
other |
) |
const [inline] |
Friends And Related Function Documentation
template<class Key, class Value, class HashFunc = GHashCode<Key>>
friend class Table< Key, Value > [friend] |
The documentation for this class was generated from the following file:
Generated on Thu Aug 2 11:40:48 2007 for G3D by
1.5.2
Hosted by
| |