closed_hash_map Class Template Reference | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Types | |
| typedef T | mapped_type |
Public Member Functions | |
| closed_hash_map (move_from< closed_hash_map > x) | |
| closed_hash_map (const closed_hash_map &x) | |
| template<typename I> | |
| closed_hash_map (I f, I l) | |
| closed_hash_map () | |
| closed_hash_map & | operator= (closed_hash_map x) |
| mapped_type & | operator[] (const Key &x) |
Friends | |
| bool | operator!= (const closed_hash_map &x, const closed_hash_map &y) |
| bool | operator== (const closed_hash_map &x, const closed_hash_map &y) |
| void | swap (closed_hash_map &x, closed_hash_map &y) |
Member Typedef Documentation
| typedef T mapped_type |
Definition at line 725 of file closed_hash.hpp.
Constructor & Destructor Documentation
| closed_hash_map | ( | ) |
Definition at line 727 of file closed_hash.hpp.
| closed_hash_map | ( | I | f, | |
| I | l | |||
| ) |
Definition at line 730 of file closed_hash.hpp.
| closed_hash_map | ( | const closed_hash_map< Key, T, Hash, Pred, A > & | x | ) |
Definition at line 737 of file closed_hash.hpp.
| closed_hash_map | ( | move_from< closed_hash_map< Key, T, Hash, Pred, A > > | x | ) |
Definition at line 738 of file closed_hash.hpp.
Member Function Documentation
| closed_hash_map& operator= | ( | closed_hash_map< Key, T, Hash, Pred, A > | x | ) |
Definition at line 739 of file closed_hash.hpp.
| mapped_type& operator[] | ( | const Key & | x | ) |
Definition at line 763 of file closed_hash.hpp.
Friends And Related Function Documentation
| bool operator!= | ( | const closed_hash_map< Key, T, Hash, Pred, A > & | x, | |
| const closed_hash_map< Key, T, Hash, Pred, A > & | y | |||
| ) | [friend] |
Definition at line 754 of file closed_hash.hpp.
| bool operator== | ( | const closed_hash_map< Key, T, Hash, Pred, A > & | x, | |
| const closed_hash_map< Key, T, Hash, Pred, A > & | y | |||
| ) | [friend] |
Definition at line 746 of file closed_hash.hpp.
| void swap | ( | closed_hash_map< Key, T, Hash, Pred, A > & | x, | |
| closed_hash_map< Key, T, Hash, Pred, A > & | y | |||
| ) | [friend] |
Definition at line 742 of file closed_hash.hpp.

