record_generator< T > Struct Template Reference

List of all members.

Public Types

typedef std::pair< std::string, T > record_type

Public Member Functions

 record_generator ()
const record_type operator() ()

Public Attributes

unsigned counter

Detailed Description

template<typename T>
struct record_generator< T >

Definition at line 17 of file test_big_hash_map.cpp.


Member Typedef Documentation

template<typename T >
typedef std::pair<std::string, T> record_generator< T >::record_type

Definition at line 19 of file test_big_hash_map.cpp.


Constructor & Destructor Documentation

template<typename T >
record_generator< T >::record_generator (  )  [inline]

Definition at line 21 of file test_big_hash_map.cpp.


Member Function Documentation

template<typename T >
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().

Here is the call graph for this function:


Member Data Documentation

template<typename T >
unsigned record_generator< T >::counter

Definition at line 34 of file test_big_hash_map.cpp.

Referenced by record_generator< T >::operator()().


The documentation for this struct was generated from the following file:
Generated on Wed May 30 15:07:30 2012 by  doxygen 1.6.3