KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
All_model_recorder< Model > Class Template Reference

#include <sample_recorder.h>

Inheritance diagram for All_model_recorder< Model >:

Public Types

typedef Model Model_type
 
typedef std::vector< Model > Value_type
 

Public Member Functions

 BOOST_CONCEPT_ASSERT ((BaseModel< Model >))
 
 All_model_recorder ()
 
void operator() (const Model &m, const Step_log< Model > &)
 
const Value_typeget () const
 

Detailed Description

template<class Model>
class All_model_recorder< Model >

Implements the Model_recorder concept.

Saves all models passed to it, but ignores the log.

Member Typedef Documentation

template<class Model >
typedef Model All_model_recorder< Model >::Model_type
template<class Model >
typedef std::vector<Model> All_model_recorder< Model >::Value_type

Constructor & Destructor Documentation

template<class Model >
All_model_recorder< Model >::All_model_recorder ( )
inline

Member Function Documentation

template<class Model >
All_model_recorder< Model >::BOOST_CONCEPT_ASSERT ( (BaseModel< Model >)  )
template<class Model >
const Value_type& All_model_recorder< Model >::get ( ) const
inline
template<class Model >
void All_model_recorder< Model >::operator() ( const Model &  m,
const Step_log< Model > &   
)
inline

The documentation for this class was generated from the following file: