pinocchio  UNKNOWN
AlgorithmCheckerList<> Struct Template Reference

Checker having a list of Checker as input argument. More...

#include <algorithm/check.hpp>

Inheritance diagram for AlgorithmCheckerList<>:
[legend]
Collaboration diagram for AlgorithmCheckerList<>:
[legend]

Public Types

typedef boost::fusion::list< BOOST_PP_ENUM_PARAMS(PINOCCHIO_ALGO_CHECKER_LIST_MAX_LIST_SIZE, D)> ArgType
 

Public Member Functions

 AlgorithmCheckerList (const ArgType &checkerList)
 
bool checkModel_impl (const Model &model) const
 
- Public Member Functions inherited from AlgorithmCheckerBase< AlgorithmCheckerList< BOOST_PP_ENUM_PARAMS(PINOCCHIO_ALGO_CHECKER_LIST_MAX_LIST_SIZE, D)> >
AlgorithmCheckerList< BOOST_PP_ENUM_PARAMS(PINOCCHIO_ALGO_CHECKER_LIST_MAX_LIST_SIZE, D)> & derived ()
 
const AlgorithmCheckerList< BOOST_PP_ENUM_PARAMS(PINOCCHIO_ALGO_CHECKER_LIST_MAX_LIST_SIZE, D)> & derived () const
 
bool checkModel (const Model &model) const
 

Public Attributes

const ArgType & checkerList
 

Detailed Description

template<BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(PINOCCHIO_ALGO_CHECKER_LIST_MAX_LIST_SIZE, class D, boost::fusion::void_)>
struct se3::AlgorithmCheckerList<>

Checker having a list of Checker as input argument.

Definition at line 58 of file check.hpp.


The documentation for this struct was generated from the following files: