Frobby
0.9.5
|
This file is a GNU extension to the Standard C++ Library (possibly containing extensions from the HP/SGI STL subset). More...
Classes | |
struct | hash |
struct | hash< char * > |
struct | hash< const char * > |
struct | hash< string > |
struct | hash< char > |
struct | hash< unsigned char > |
struct | hash< signed char > |
struct | hash< short > |
struct | hash< unsigned short > |
struct | hash< int > |
struct | hash< unsigned int > |
struct | hash< long > |
struct | hash< unsigned long > |
struct | _Hashtable_node |
class | hashtable |
struct | _Hashtable_iterator |
struct | _Hashtable_const_iterator |
Enumerations | |
enum | { _S_num_primes = 28 } |
Functions | |
size_t | __stl_hash_string (const char *__s) |
unsigned long | __stl_next_prime (unsigned long __n) |
template<class _Val , class _Key , class _HF , class _Ex , class _Eq , class _All > | |
bool | operator== (const hashtable< _Val, _Key, _HF, _Ex, _Eq, _All > &__ht1, const hashtable< _Val, _Key, _HF, _Ex, _Eq, _All > &__ht2) |
template<class _Val , class _Key , class _HF , class _Ex , class _Eq , class _All > | |
bool | operator!= (const hashtable< _Val, _Key, _HF, _Ex, _Eq, _All > &__ht1, const hashtable< _Val, _Key, _HF, _Ex, _Eq, _All > &__ht2) |
template<class _Val , class _Key , class _HF , class _Extract , class _EqKey , class _All > | |
void | swap (hashtable< _Val, _Key, _HF, _Extract, _EqKey, _All > &__ht1, hashtable< _Val, _Key, _HF, _Extract, _EqKey, _All > &__ht2) |
Variables | |
static const unsigned long | __stl_prime_list [_S_num_primes] |
This file is a GNU extension to the Standard C++ Library (possibly containing extensions from the HP/SGI STL subset).
anonymous enum |
Enumerator | |
---|---|
_S_num_primes |
Definition at line 212 of file hashtable.h.
|
inline |
Definition at line 74 of file hash_fun.h.
|
inline |
Definition at line 225 of file hashtable.h.
|
inline |
Definition at line 733 of file hashtable.h.
bool __gnu_cxx::operator== | ( | const hashtable< _Val, _Key, _HF, _Ex, _Eq, _All > & | __ht1, |
const hashtable< _Val, _Key, _HF, _Ex, _Eq, _All > & | __ht2 | ||
) |
Definition at line 692 of file hashtable.h.
|
inline |
Definition at line 740 of file hashtable.h.
|
static |
Definition at line 214 of file hashtable.h.