#include <OVR_Hash.h>

Public Types | |
| typedef HashUncached< C, U, HashF, Allocator > | BaseType |
| typedef HashIdentity< C, U, Allocator, HashF > | SelfType |
Public Member Functions | |
| HashIdentity () | |
| HashIdentity (int sizeHint) | |
| HashIdentity (const SelfType &src) | |
| void | operator= (const SelfType &src) |
| ~HashIdentity () | |
Definition at line 1268 of file OVR_Hash.h.
| typedef HashUncached<C, U, HashF, Allocator> OVR::HashIdentity< C, U, Allocator, HashF >::BaseType |
Reimplemented from OVR::HashUncached< C, U, HashF, Allocator >.
Definition at line 1273 of file OVR_Hash.h.
| typedef HashIdentity<C, U, Allocator, HashF> OVR::HashIdentity< C, U, Allocator, HashF >::SelfType |
Reimplemented from OVR::HashUncached< C, U, HashF, Allocator >.
Definition at line 1272 of file OVR_Hash.h.
| OVR::HashIdentity< C, U, Allocator, HashF >::HashIdentity | ( | ) | [inline] |
Definition at line 1276 of file OVR_Hash.h.
| OVR::HashIdentity< C, U, Allocator, HashF >::HashIdentity | ( | int | sizeHint | ) | [inline] |
Definition at line 1277 of file OVR_Hash.h.
| OVR::HashIdentity< C, U, Allocator, HashF >::HashIdentity | ( | const SelfType & | src | ) | [inline] |
Definition at line 1278 of file OVR_Hash.h.
| OVR::HashIdentity< C, U, Allocator, HashF >::~HashIdentity | ( | ) | [inline] |
Definition at line 1279 of file OVR_Hash.h.
| void OVR::HashIdentity< C, U, Allocator, HashF >::operator= | ( | const SelfType & | src | ) | [inline] |
Reimplemented from OVR::HashUncached< C, U, HashF, Allocator >.
Definition at line 1280 of file OVR_Hash.h.