#include <OVR_Hash.h>
Public Types | |
typedef HashSet< C, HashF, AltHashF, Allocator, HashsetEntry< C, HashF > > | BaseType |
typedef HashSetUncached< C, HashF, AltHashF, Allocator > | SelfType |
Public Member Functions | |
HashSetUncached () | |
HashSetUncached (int sizeHint) | |
HashSetUncached (const SelfType &src) | |
void | operator= (const SelfType &src) |
~HashSetUncached () |
Definition at line 950 of file OVR_Hash.h.
typedef HashSet<C, HashF, AltHashF, Allocator, HashsetEntry<C, HashF> > OVR::HashSetUncached< C, HashF, AltHashF, Allocator >::BaseType |
Reimplemented from OVR::HashSet< C, HashF, AltHashF, Allocator, HashsetEntry< C, HashF > >.
Definition at line 955 of file OVR_Hash.h.
typedef HashSetUncached<C, HashF, AltHashF, Allocator> OVR::HashSetUncached< C, HashF, AltHashF, Allocator >::SelfType |
Reimplemented from OVR::HashSet< C, HashF, AltHashF, Allocator, HashsetEntry< C, HashF > >.
Definition at line 954 of file OVR_Hash.h.
OVR::HashSetUncached< C, HashF, AltHashF, Allocator >::HashSetUncached | ( | ) | [inline] |
Definition at line 958 of file OVR_Hash.h.
OVR::HashSetUncached< C, HashF, AltHashF, Allocator >::HashSetUncached | ( | int | sizeHint | ) | [inline] |
Definition at line 959 of file OVR_Hash.h.
OVR::HashSetUncached< C, HashF, AltHashF, Allocator >::HashSetUncached | ( | const SelfType & | src | ) | [inline] |
Definition at line 960 of file OVR_Hash.h.
OVR::HashSetUncached< C, HashF, AltHashF, Allocator >::~HashSetUncached | ( | ) | [inline] |
Definition at line 961 of file OVR_Hash.h.
void OVR::HashSetUncached< C, HashF, AltHashF, Allocator >::operator= | ( | const SelfType & | src | ) | [inline] |
Definition at line 963 of file OVR_Hash.h.