ext/hash_map File Reference

#include <ext/hashtable.h>
#include <bits/concept_check.h>

Include dependency graph for ext/hash_map:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  __gnu_cxx
namespace  std

Classes

class  __gnu_cxx::hash_map< Key, Type, HashFcn, EqualKey, Alloc >
class  __gnu_cxx::hash_multimap< Key, Type, HashFcn, EqualKey, Alloc >
class  std::insert_iterator< __gnu_cxx::hash_map< Key, Type, HashFn, EqKey, Alloc > >
class  std::insert_iterator< __gnu_cxx::hash_multimap< Key, Type, HashFn, EqKey, Alloc > >

Defines

#define HASHMAP

Functions

template<class Key, class Type, class HashFcn, class EqlKey, class Alloc>
bool __gnu_cxx::operator== (const hash_map< Key, Type, HashFcn, EqlKey, Alloc > &__hm1, const hash_map< Key, Type, HashFcn, EqlKey, Alloc > &__hm2)
template<class Key, class Type, class HashFcn, class EqlKey, class Alloc>
bool __gnu_cxx::operator!= (const hash_map< Key, Type, HashFcn, EqlKey, Alloc > &__hm1, const hash_map< Key, Type, HashFcn, EqlKey, Alloc > &__hm2)
template<class Key, class Type, class HashFcn, class EqlKey, class Alloc>
void __gnu_cxx::swap (hash_map< Key, Type, HashFcn, EqlKey, Alloc > &__hm1, hash_map< Key, Type, HashFcn, EqlKey, Alloc > &__hm2)
template<class Key, class Type, class HF, class EqKey, class Alloc>
bool __gnu_cxx::operator== (const hash_multimap< Key, Type, HF, EqKey, Alloc > &__hm1, const hash_multimap< Key, Type, HF, EqKey, Alloc > &__hm2)
template<class Key, class Type, class HF, class EqKey, class Alloc>
bool __gnu_cxx::operator!= (const hash_multimap< Key, Type, HF, EqKey, Alloc > &__hm1, const hash_multimap< Key, Type, HF, EqKey, Alloc > &__hm2)
template<class Key, class Type, class HashFcn, class EqlKey, class Alloc>
void __gnu_cxx::swap (hash_multimap< Key, Type, HashFcn, EqlKey, Alloc > &__hm1, hash_multimap< Key, Type, HashFcn, EqlKey, Alloc > &__hm2)


Detailed Description

This file is a GNU extension to the Standard C++ Library (possibly containing extensions from the HP/SGI STL subset). You should only include this header if you are using GCC 3 or later.

Definition in file ext/hash_map.


Generated on Fri Sep 16 11:04:09 2005 for libstdc++-v3 Source by  doxygen 1.4.4