libalcommon  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Typedefs | Functions
alfunctor.h File Reference
#include <alcommon/api.h>
#include <alvalue/alvalue.h>
#include <boost/shared_ptr.hpp>
#include <qi/anyobject.hpp>
#include <sstream>

Go to the source code of this file.

Classes

class  AL::ALFunctorBase
 ALFunctorBase is a generic functor class for pointer management. More...
 

Namespaces

 AL
 NAOqi.
 

Macros

#define _LIBALCOMMON_ALCOMMON_ALFUNCTOR_H_
 

Typedefs

typedef void AL::ALVoid
 Type def to void. More...
 

Functions

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 &))
 

Detailed Description

Author
Aldebaran Robotics Copyright (c) Aldebaran Robotics 2007, 2011, 2012 All Rights Reserved

Definition in file alfunctor.h.

Macro Definition Documentation

#define _LIBALCOMMON_ALCOMMON_ALFUNCTOR_H_

Definition at line 12 of file alfunctor.h.