|
libmoost
|

Public Member Functions | |
| test_dense_hash_map (const scoped_tempfile &dsfile, size_t elements, float max_pop_ratio) | |
| void | operator() () |
| const map_type & | map () const |
Private Types | |
| typedef mmd_dense_hash_map < boost::uint32_t, boost::uint32_t, HashFcn > | map_type |
Private Attributes | |
| const scoped_tempfile & | m_dsfile |
| const size_t | m_elements |
| boost::scoped_ptr< map_type > | m_map |
Definition at line 213 of file memory_mapped_dataset.cpp.
typedef mmd_dense_hash_map<boost::uint32_t, boost::uint32_t, HashFcn> test_dense_hash_map< HashFcn >::map_type [private] |
Definition at line 215 of file memory_mapped_dataset.cpp.
| test_dense_hash_map< HashFcn >::test_dense_hash_map | ( | const scoped_tempfile & | dsfile, |
| size_t | elements, | ||
| float | max_pop_ratio | ||
| ) | [inline] |
Definition at line 218 of file memory_mapped_dataset.cpp.
| const map_type& test_dense_hash_map< HashFcn >::map | ( | ) | const [inline] |
Definition at line 286 of file memory_mapped_dataset.cpp.

| void test_dense_hash_map< HashFcn >::operator() | ( | ) | [inline] |
Definition at line 239 of file memory_mapped_dataset.cpp.
const scoped_tempfile& test_dense_hash_map< HashFcn >::m_dsfile [private] |
Definition at line 292 of file memory_mapped_dataset.cpp.
const size_t test_dense_hash_map< HashFcn >::m_elements [private] |
Definition at line 293 of file memory_mapped_dataset.cpp.
boost::scoped_ptr<map_type> test_dense_hash_map< HashFcn >::m_map [private] |
Definition at line 294 of file memory_mapped_dataset.cpp.