Template Struct JointUnaryVisitorBase::InternalVisitorModel< NoArg, Dummy >

Nested Relationships

This struct is a nested type of Template Struct JointUnaryVisitorBase.

Inheritance Relationships

Base Type

  • public boost::static_visitor< ReturnType >

Struct Documentation

template<typename Dummy>
struct InternalVisitorModel<NoArg, Dummy> : public boost::static_visitor<ReturnType>

Public Functions

inline InternalVisitorModel()
template<typename JointModelDerived>
inline ReturnType operator()(const JointModelBase<JointModelDerived> &jmodel) const
template<typename JointDataDerived>
inline ReturnType operator()(const JointDataBase<JointDataDerived> &jdata) const