Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::odeint::observer_collection< State, Time > Class Template Reference

#include <observer_collection.hpp>

Public Types

typedef boost::function< void(const
State &, const Time &) > 
observer_type
 
typedef std::vector
< observer_type
collection_type
 
typedef boost::function< void(const
State &, const Time &) > 
observer_type
 
typedef std::vector
< observer_type
collection_type
 

Public Member Functions

void operator() (const State &x, Time t)
 
collection_typeobservers (void)
 
const collection_typeobservers (void) const
 
void operator() (const State &x, Time t)
 
collection_typeobservers (void)
 
const collection_typeobservers (void) const
 

Member Typedef Documentation

template<class State , class Time >
typedef std::vector< observer_type > boost::numeric::odeint::observer_collection< State, Time >::collection_type
template<class State , class Time >
typedef std::vector< observer_type > boost::numeric::odeint::observer_collection< State, Time >::collection_type
template<class State , class Time >
typedef boost::function< void( const State& , const Time& ) > boost::numeric::odeint::observer_collection< State, Time >::observer_type
template<class State , class Time >
typedef boost::function< void( const State& , const Time& ) > boost::numeric::odeint::observer_collection< State, Time >::observer_type

Member Function Documentation

template<class State , class Time >
collection_type& boost::numeric::odeint::observer_collection< State, Time >::observers ( void  )
inline
template<class State , class Time >
collection_type& boost::numeric::odeint::observer_collection< State, Time >::observers ( void  )
inline
template<class State , class Time >
const collection_type& boost::numeric::odeint::observer_collection< State, Time >::observers ( void  ) const
inline
template<class State , class Time >
const collection_type& boost::numeric::odeint::observer_collection< State, Time >::observers ( void  ) const
inline
template<class State , class Time >
void boost::numeric::odeint::observer_collection< State, Time >::operator() ( const State &  x,
Time  t 
)
inline
template<class State , class Time >
void boost::numeric::odeint::observer_collection< State, Time >::operator() ( const State &  x,
Time  t 
)
inline

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