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


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