Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::StringHash< U, Allocator > Class Template Reference

#include "OVR_StringHash.h"

Inheritance diagram for OVR::StringHash< U, Allocator >:
Inheritance graph
Collaboration diagram for OVR::StringHash< U, Allocator >:
Collaboration graph

Public Types

typedef U ValueType
 
typedef StringHash< U, AllocatorSelfType
 
typedef Hash< String, U,
String::NoCaseHashFunctor,
Allocator
BaseType
 
typedef BaseType::Iterator base_iterator
 
- Public Types inherited from OVR::Hash< String, U, String::NoCaseHashFunctor, Allocator >
typedef U ValueType
 
typedef Hash< String, U,
String::NoCaseHashFunctor,
Allocator, OVR::HashNode
< String,U,
String::NoCaseHashFunctor >
, HashsetCachedNodeEntry
< OVR::HashNode< String,U,
String::NoCaseHashFunctor >
, typename OVR::HashNode
< String,U,
String::NoCaseHashFunctor >
::NodeHashF >, HashSet
< OVR::HashNode< String,U,
String::NoCaseHashFunctor >
, typename OVR::HashNode
< String,U,
String::NoCaseHashFunctor >
::NodeHashF,typename
OVR::HashNode< String,U,
String::NoCaseHashFunctor >
::NodeAltHashF, Allocator,HashsetCachedNodeEntry
< OVR::HashNode< String,U,
String::NoCaseHashFunctor >
, typename OVR::HashNode
< String,U,
String::NoCaseHashFunctor >
::NodeHashF > > > 
SelfType
 
typedef HashSet< OVR::HashNode
< String,U,
String::NoCaseHashFunctor >
, typename OVR::HashNode
< String,U,
String::NoCaseHashFunctor >
::NodeHashF,typename
OVR::HashNode< String,U,
String::NoCaseHashFunctor >
::NodeAltHashF, Allocator,HashsetCachedNodeEntry
< OVR::HashNode< String,U,
String::NoCaseHashFunctor >
, typename OVR::HashNode
< String,U,
String::NoCaseHashFunctor >
::NodeHashF > >::ConstIterator 
ConstIterator
 
typedef HashSet< OVR::HashNode
< String,U,
String::NoCaseHashFunctor >
, typename OVR::HashNode
< String,U,
String::NoCaseHashFunctor >
::NodeHashF,typename
OVR::HashNode< String,U,
String::NoCaseHashFunctor >
::NodeAltHashF, Allocator,HashsetCachedNodeEntry
< OVR::HashNode< String,U,
String::NoCaseHashFunctor >
, typename OVR::HashNode
< String,U,
String::NoCaseHashFunctor >
::NodeHashF > >::Iterator 
Iterator
 

Public Member Functions

void operator= (const SelfType &src)
 
bool GetCaseInsensitive (const String &key, U *pvalue) const
 
const U * GetCaseInsensitive (const String &key) const
 
U * GetCaseInsensitive (const String &key)
 
base_iterator FindCaseInsensitive (const String &key)
 
void SetCaseInsensitive (const String &key, const U &value)
 
- Public Member Functions inherited from OVR::Hash< String, U, String::NoCaseHashFunctor, Allocator >
 Hash ()
 
 Hash (int sizeHint)
 
 Hash (const SelfType &src)
 
 ~Hash ()
 
void operator= (const SelfType &src)
 
void Clear ()
 
bool IsEmpty () const
 
void Set (const String &key, const U &value)
 
void Add (const String &key, const U &value)
 
void Remove (const String &key)
 
void RemoveAlt (const K &key)
 
bool Get (const String &key, U *pvalue) const
 
U * Get (const String &key)
 
const U * Get (const String &key) const
 
bool GetAlt (const K &key, U *pvalue) const
 
U * GetAlt (const K &key)
 
const U * GetAlt (const K &key) const
 
UPInt GetSize () const
 
void Resize (UPInt n)
 
void SetCapacity (UPInt newSize)
 
Iterator Begin ()
 
ConstIterator Begin () const
 
Iterator End ()
 
ConstIterator End () const
 
Iterator Find (const String &key)
 
ConstIterator Find (const String &key) const
 
Iterator FindAlt (const K &key)
 
ConstIterator FindAlt (const K &key) const
 

Additional Inherited Members

- Data Fields inherited from OVR::Hash< String, U, String::NoCaseHashFunctor, Allocator >
HashSet< OVR::HashNode< String,U,
String::NoCaseHashFunctor >
, typename OVR::HashNode
< String,U,
String::NoCaseHashFunctor >
::NodeHashF,typename
OVR::HashNode< String,U,
String::NoCaseHashFunctor >
::NodeAltHashF, Allocator,HashsetCachedNodeEntry
< OVR::HashNode< String,U,
String::NoCaseHashFunctor >
, typename OVR::HashNode
< String,U,
String::NoCaseHashFunctor >
::NodeHashF > > 
mHash
 

Detailed Description

template<class U, class Allocator = ContainerAllocator<U>>
class OVR::StringHash< U, Allocator >

Definition at line 45 of file OVR_StringHash.h.

Member Typedef Documentation

template<class U , class Allocator = ContainerAllocator<U>>
typedef BaseType::Iterator OVR::StringHash< U, Allocator >::base_iterator

Definition at line 74 of file OVR_StringHash.h.

template<class U , class Allocator = ContainerAllocator<U>>
typedef Hash<String, U, String::NoCaseHashFunctor, Allocator> OVR::StringHash< U, Allocator >::BaseType

Definition at line 50 of file OVR_StringHash.h.

template<class U , class Allocator = ContainerAllocator<U>>
typedef StringHash<U, Allocator> OVR::StringHash< U, Allocator >::SelfType

Definition at line 49 of file OVR_StringHash.h.

template<class U , class Allocator = ContainerAllocator<U>>
typedef U OVR::StringHash< U, Allocator >::ValueType

Definition at line 48 of file OVR_StringHash.h.

Member Function Documentation

template<class U , class Allocator = ContainerAllocator<U>>
base_iterator OVR::StringHash< U, Allocator >::FindCaseInsensitive ( const String key)
inline

Definition at line 76 of file OVR_StringHash.h.

template<class U , class Allocator = ContainerAllocator<U>>
bool OVR::StringHash< U, Allocator >::GetCaseInsensitive ( const String key,
U *  pvalue 
) const
inline

Definition at line 56 of file OVR_StringHash.h.

template<class U , class Allocator = ContainerAllocator<U>>
const U* OVR::StringHash< U, Allocator >::GetCaseInsensitive ( const String key) const
inline

Definition at line 62 of file OVR_StringHash.h.

template<class U , class Allocator = ContainerAllocator<U>>
U* OVR::StringHash< U, Allocator >::GetCaseInsensitive ( const String key)
inline

Definition at line 67 of file OVR_StringHash.h.

template<class U , class Allocator = ContainerAllocator<U>>
void OVR::StringHash< U, Allocator >::operator= ( const SelfType src)
inline

Definition at line 54 of file OVR_StringHash.h.

template<class U , class Allocator = ContainerAllocator<U>>
void OVR::StringHash< U, Allocator >::SetCaseInsensitive ( const String key,
const U &  value 
)
inline

Definition at line 84 of file OVR_StringHash.h.


The documentation for this class was generated from the following file: