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

#include <sample_recorder.h>

Public Types

typedef Model Model_type
 
typedef Step_log< Model > Value_type
 

Public Member Functions

 BOOST_CONCEPT_ASSERT ((BaseModel< Model >))
 
 Current_log_recorder ()
 
void operator() (const Model &, const Step_log< Model > &step_log)
 
const Value_typeget () const
 

Member Typedef Documentation

template<class Model >
typedef Model Current_log_recorder< Model >::Model_type
template<class Model >
typedef Step_log<Model> Current_log_recorder< Model >::Value_type

Constructor & Destructor Documentation

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

Member Function Documentation

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

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