|
Urbi SDK Remote for C++
2.7.5
|
#include <ucallbacks.hh>


Public Member Functions | |
| UBoostFunctionCallback2 (UObject &owner, UVar *target, const std::string &type, boost::function2< R, P1, P2 > fun, const std::string &funname, impl::UContextImpl *ctx) | |
| virtual UValue | __evalcall (UList ¶m) |
Private Attributes | |
| boost::function2< R, P1, P2 > | fun |
Definition at line 2280 of file ucallbacks.hh.
| urbi::UBoostFunctionCallback2< R, P1, P2 >::UBoostFunctionCallback2 | ( | UObject & | owner, |
| UVar * | target, | ||
| const std::string & | type, | ||
| boost::function2< R, P1, P2 > | fun, | ||
| const std::string & | funname, | ||
| impl::UContextImpl * | ctx | ||
| ) | [inline] |
Definition at line 2283 of file ucallbacks.hh.
References urbi::UGenericCallback::nbparam, and urbi::UGenericCallback::registerCallback().
| virtual UValue urbi::UBoostFunctionCallback2< R, P1, P2 >::__evalcall | ( | UList & | param | ) | [inline, virtual] |
Implements urbi::UGenericCallback.
Definition at line 2295 of file ucallbacks.hh.
References urbi::UContext::ctx_, and urbi::UBoostFunctionCallback2< R, P1, P2 >::fun.
boost::function2<R , P1 , P2 > urbi::UBoostFunctionCallback2< R, P1, P2 >::fun [private] |
Definition at line 2305 of file ucallbacks.hh.
Referenced by urbi::UBoostFunctionCallback2< R, P1, P2 >::__evalcall().