|
template<typename C , typename F > |
boost::shared_ptr< ALFunctorBase > | AL::createFunctor (C *obj, F fun) |
|
template<typename C , typename R > |
boost::shared_ptr< ALFunctorBase > | AL::createFunctor (C *obj, R(C::*f)()) |
|
template<typename C , typename P1 , typename R > |
boost::shared_ptr< ALFunctorBase > | AL::createFunctor (C *obj, R(C::*f)(const P1 &)) |
|
template<typename C , typename P1 , typename P2 , typename R > |
boost::shared_ptr< ALFunctorBase > | AL::createFunctor (C *obj, R(C::*f)(const P1 &, const P2 &)) |
|
template<typename C , typename P1 , typename P2 , typename P3 , typename R > |
boost::shared_ptr< ALFunctorBase > | AL::createFunctor (C *obj, R(C::*f)(const P1 &, const P2 &, const P3 &)) |
|
template<typename C , typename P1 , typename P2 , typename P3 , typename P4 , typename R > |
boost::shared_ptr< ALFunctorBase > | AL::createFunctor (C *obj, R(C::*f)(const P1 &, const P2 &, const P3 &, const P4 &)) |
|
template<typename C , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename R > |
boost::shared_ptr< ALFunctorBase > | AL::createFunctor (C *obj, R(C::*f)(const P1 &, const P2 &, const P3 &, const P4 &, const P5 &)) |
|
template<typename C , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename R > |
boost::shared_ptr< ALFunctorBase > | AL::createFunctor (C *obj, R(C::*f)(const P1 &, const P2 &, const P3 &, const P4 &, const P5 &, const P6 &)) |
|
- Author
- Aldebaran Robotics Copyright (c) Aldebaran Robotics 2007, 2011, 2012 All Rights Reserved
Definition in file alfunctor.h.