

Public Types | |
| typedef boost::fusion::list< D... > | ArgType |
Public Member Functions | |
| AlgorithmCheckerList (const ArgType &checkerList) | |
| template<typename Scalar , int Options, template< typename, int > class JointCollectionTpl> | |
| bool | checkModel_impl (const ModelTpl< Scalar, Options, JointCollectionTpl > &model) const |
Public Member Functions inherited from AlgorithmCheckerBase< AlgorithmCheckerList< D... > > | |
| bool | checkModel (const ModelTpl< Scalar, Options, JointCollectionTpl > &model) const |
| AlgorithmCheckerList< D... > & | derived () |
| const AlgorithmCheckerList< D... > & | derived () const |
Public Attributes | |
| const ArgType & | checkerList |
Definition at line 29 of file check-model.hpp.
| typedef boost::fusion::list<D...> ArgType |
Definition at line 31 of file check-model.hpp.
|
inline |
Definition at line 33 of file check-model.hpp.
| const ArgType& checkerList |
Definition at line 43 of file check-model.hpp.