|
Bike-X
0.8
|
#include "OVR_Hash.h"


Public Member Functions | |
| C & | operator* () const |
| C * | operator-> () const |
| Iterator () | |
| void | Remove () |
| template<class K > | |
| void | RemoveAlt (const K &key) |
Public Member Functions inherited from OVR::HashSetBase< C, HashF, AltHashF, Allocator, Entry >::ConstIterator | |
| const C & | operator* () const |
| const C * | operator-> () const |
| void | operator++ () |
| bool | operator== (const ConstIterator &it) const |
| bool | operator!= (const ConstIterator &it) const |
| bool | IsEnd () const |
| ConstIterator () | |
| ConstIterator (const SelfType *h, SPInt index) | |
| const SelfType * | GetContainer () const |
| SPInt | GetIndex () const |
Private Member Functions | |
| Iterator (SelfType *h, SPInt i0) | |
Friends | |
| class | HashSetBase< C, HashF, AltHashF, Allocator, Entry > |
Additional Inherited Members | |
Protected Attributes inherited from OVR::HashSetBase< C, HashF, AltHashF, Allocator, Entry >::ConstIterator | |
| const SelfType * | pHash |
| SPInt | Index |
Definition at line 549 of file OVR_Hash.h.
|
inline |
Definition at line 563 of file OVR_Hash.h.
|
inlineprivate |
Definition at line 636 of file OVR_Hash.h.
|
inline |
Definition at line 552 of file OVR_Hash.h.
|
inline |
Definition at line 558 of file OVR_Hash.h.
|
inline |
Definition at line 568 of file OVR_Hash.h.
|
inline |
Definition at line 574 of file OVR_Hash.h.
|
friend |
Definition at line 634 of file OVR_Hash.h.