#include <OVR_Hash.h>
Public Types | |
typedef Hash< C, U, HashF, Allocator, HashNode< C, U, HashF >, HashsetNodeEntry < HashNode< C, U, HashF > , typename HashNode< C, U, HashF >::NodeHashF > > | BaseType |
typedef HashUncached< C, U, HashF, Allocator > | SelfType |
Public Member Functions | |
HashUncached () | |
HashUncached (int sizeHint) | |
HashUncached (const SelfType &src) | |
void | operator= (const SelfType &src) |
~HashUncached () |
Definition at line 1245 of file OVR_Hash.h.
typedef Hash<C, U, HashF, Allocator, HashNode<C,U,HashF>, HashsetNodeEntry<HashNode<C,U,HashF>, typename HashNode<C,U,HashF>::NodeHashF> > OVR::HashUncached< C, U, HashF, Allocator >::BaseType |
Reimplemented in OVR::HashIdentity< C, U, Allocator, HashF >.
Definition at line 1253 of file OVR_Hash.h.
typedef HashUncached<C, U, HashF, Allocator> OVR::HashUncached< C, U, HashF, Allocator >::SelfType |
Reimplemented from OVR::Hash< C, U, HashF, Allocator, HashNode< C, U, HashF >, HashsetNodeEntry< HashNode< C, U, HashF >, HashNode< C, U, HashF >::NodeHashF > >.
Reimplemented in OVR::HashIdentity< C, U, Allocator, HashF >.
Definition at line 1250 of file OVR_Hash.h.
OVR::HashUncached< C, U, HashF, Allocator >::HashUncached | ( | ) | [inline] |
Definition at line 1256 of file OVR_Hash.h.
OVR::HashUncached< C, U, HashF, Allocator >::HashUncached | ( | int | sizeHint | ) | [inline] |
Definition at line 1257 of file OVR_Hash.h.
OVR::HashUncached< C, U, HashF, Allocator >::HashUncached | ( | const SelfType & | src | ) | [inline] |
Definition at line 1258 of file OVR_Hash.h.
OVR::HashUncached< C, U, HashF, Allocator >::~HashUncached | ( | ) | [inline] |
Definition at line 1259 of file OVR_Hash.h.
void OVR::HashUncached< C, U, HashF, Allocator >::operator= | ( | const SelfType & | src | ) | [inline] |
Reimplemented in OVR::HashIdentity< C, U, Allocator, HashF >.
Definition at line 1260 of file OVR_Hash.h.