Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR_Hash.h File Reference
#include "OVR_ContainerAllocator.h"
#include "OVR_Alg.h"
Include dependency graph for OVR_Hash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  OVR::IdentityHash< C >
 
class  OVR::FixedSizeHash< C >
 
class  OVR::HashsetEntry< C, HashF >
 
class  OVR::HashsetCachedEntry< C, HashF >
 
class  OVR::HashSetBase< C, HashF, AltHashF, Allocator, Entry >
 
struct  OVR::HashSetBase< C, HashF, AltHashF, Allocator, Entry >::ConstIterator
 
struct  OVR::HashSetBase< C, HashF, AltHashF, Allocator, Entry >::Iterator
 
struct  OVR::HashSetBase< C, HashF, AltHashF, Allocator, Entry >::TableType
 
class  OVR::HashSet< C, HashF, AltHashF, Allocator, Entry >
 
class  OVR::HashSetUncached< C, HashF, AltHashF, Allocator >
 
struct  OVR::HashNode< C, U, HashF >
 
struct  OVR::HashNode< C, U, HashF >::NodeRef
 
struct  OVR::HashNode< C, U, HashF >::NodeHashF
 
struct  OVR::HashNode< C, U, HashF >::NodeAltHashF
 
class  OVR::HashsetNodeEntry< C, HashF >
 
class  OVR::HashsetCachedNodeEntry< C, HashF >
 
class  OVR::Hash< C, U, HashF, Allocator, HashNode, Entry, Container >
 
class  OVR::HashUncached< C, U, HashF, Allocator >
 
class  OVR::HashIdentity< C, U, Allocator, HashF >
 

Namespaces

 OVR
 

Data Structure Documentation

struct OVR::HashSetBase::TableType

template<class C, class HashF = FixedSizeHash<C>, class AltHashF = HashF, class Allocator = ContainerAllocator<C>, class Entry = HashsetCachedEntry<C, HashF>>
struct OVR::HashSetBase< C, HashF, AltHashF, Allocator, Entry >::TableType

Definition at line 896 of file OVR_Hash.h.

Collaboration diagram for OVR::HashSetBase< C, HashF, AltHashF, Allocator, Entry >::TableType:
Collaboration graph
Data Fields
UPInt EntryCount
UPInt SizeMask