Public Types | |
typedef std::pair< std::string, T > | record_type |
Public Member Functions | |
record_generator () | |
const record_type | operator() () |
Public Attributes | |
unsigned | counter |
Definition at line 17 of file test_big_hash_map.cpp.
typedef std::pair<std::string, T> record_generator< T >::record_type |
Definition at line 19 of file test_big_hash_map.cpp.
record_generator< T >::record_generator | ( | ) | [inline] |
Definition at line 21 of file test_big_hash_map.cpp.
const record_type record_generator< T >::operator() | ( | ) | [inline] |
Definition at line 25 of file test_big_hash_map.cpp.
References record_generator< T >::counter, and aitools::util::to_string().
unsigned record_generator< T >::counter |
Definition at line 34 of file test_big_hash_map.cpp.
Referenced by record_generator< T >::operator()().