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


Public Types | |
| typedef HashSetUncached< C, HashF, AltHashF, Allocator > | SelfType |
| typedef HashSet< C, HashF, AltHashF, Allocator, HashsetEntry< C, HashF > > | BaseType |
Public Types inherited from OVR::HashSet< C, HashF, AltHashF, Allocator, HashsetEntry< C, HashF > > | |
| typedef HashSetBase< C, HashF, AltHashF, Allocator, HashsetEntry< C, HashF > > | BaseType |
| typedef HashSet< C, HashF, AltHashF, Allocator, HashsetEntry< C, HashF > > | SelfType |
Public Types inherited from OVR::HashSetBase< C, HashF, AltHashF, Allocator, HashsetEntry< C, HashF > > | |
| typedef HashSetBase< C, HashF, AltHashF, Allocator, HashsetEntry< C, HashF > > | SelfType |
Public Member Functions | |
| HashSetUncached () | |
| HashSetUncached (int sizeHint) | |
| HashSetUncached (const SelfType &src) | |
| ~HashSetUncached () | |
| void | operator= (const SelfType &src) |
Public Member Functions inherited from OVR::HashSet< C, HashF, AltHashF, Allocator, HashsetEntry< C, HashF > > | |
| HashSet () | |
| HashSet (int sizeHint) | |
| HashSet (const SelfType &src) | |
| ~HashSet () | |
| void | operator= (const SelfType &src) |
| void | Set (const CRef &key) |
| void | Add (const CRef &key) |
| void | Resize (UPInt n) |
| void | SetCapacity (UPInt newSize) |
Public Member Functions inherited from OVR::HashSetBase< C, HashF, AltHashF, Allocator, HashsetEntry< C, HashF > > | |
| HashSetBase () | |
| HashSetBase (int sizeHint) | |
| HashSetBase (const SelfType &src) | |
| ~HashSetBase () | |
| void | Assign (const SelfType &src) |
| void | Clear () |
| bool | IsEmpty () const |
| void | Set (const CRef &key) |
| void | Add (const CRef &key) |
| void | RemoveAlt (const K &key) |
| void | Remove (const CRef &key) |
| C * | Get (const K &key) |
| const C * | Get (const K &key) const |
| const C * | GetAlt (const K &key) const |
| C * | GetAlt (const K &key) |
| bool | GetAlt (const K &key, C *pval) const |
| UPInt | GetSize () const |
| void | CheckExpand () |
| void | Resize (UPInt n) |
| void | SetCapacity (UPInt newSize) |
| Iterator | Begin () |
| ConstIterator | Begin () const |
| Iterator | End () |
| ConstIterator | End () const |
| Iterator | Find (const K &key) |
| ConstIterator | Find (const K &key) const |
| Iterator | FindAlt (const K &key) |
| ConstIterator | FindAlt (const K &key) const |
Definition at line 961 of file OVR_Hash.h.
| typedef HashSet<C, HashF, AltHashF, Allocator, HashsetEntry<C, HashF> > OVR::HashSetUncached< C, HashF, AltHashF, Allocator >::BaseType |
Definition at line 966 of file OVR_Hash.h.
| typedef HashSetUncached<C, HashF, AltHashF, Allocator> OVR::HashSetUncached< C, HashF, AltHashF, Allocator >::SelfType |
Definition at line 965 of file OVR_Hash.h.
|
inline |
Definition at line 969 of file OVR_Hash.h.
|
inline |
Definition at line 970 of file OVR_Hash.h.
|
inline |
Definition at line 971 of file OVR_Hash.h.
|
inline |
Definition at line 972 of file OVR_Hash.h.
|
inline |
Definition at line 974 of file OVR_Hash.h.