Base structure for Unary visitation of a ConstraintModel. This structure provides runners to call the right visitor according to the number of arguments. More...
#include <constraint-model-visitor.hpp>
| Classes | |
| struct | InternalVisitorModel | 
| struct | InternalVisitorModelAndData | 
| Static Public Member Functions | |
| template<typename Scalar , int Options, template< typename, int > class ConstraintCollectionTpl, typename ArgsTmp > | |
| static ReturnType | run (const ConstraintDataTpl< Scalar, Options, ConstraintCollectionTpl > &cdata, ArgsTmp args) | 
| template<typename Scalar , int Options, template< typename, int > class ConstraintCollectionTpl, typename ArgsTmp > | |
| static ReturnType | run (const ConstraintModelTpl< Scalar, Options, ConstraintCollectionTpl > &cmodel, ConstraintDataTpl< Scalar, Options, ConstraintCollectionTpl > &cdata, ArgsTmp args) | 
Base structure for Unary visitation of a ConstraintModel. This structure provides runners to call the right visitor according to the number of arguments.
Definition at line 25 of file constraint-model-visitor.hpp.
| 
 | inlinestatic | 
Definition at line 50 of file constraint-model-visitor.hpp.
| 
 | inlinestatic | 
Definition at line 33 of file constraint-model-visitor.hpp.