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


Public Member Functions | |
| UBoostFunctionCallback7 (UObject &owner, UVar *target, const std::string &type, boost::function7< R, P1, P2, P3, P4, P5, P6, P7 > fun, const std::string &funname, impl::UContextImpl *ctx) | |
| virtual UValue | __evalcall (UList ¶m) |
Private Attributes | |
| boost::function7< R, P1, P2, P3, P4, P5, P6, P7 > | fun |
Definition at line 2560 of file ucallbacks.hh.
| urbi::UBoostFunctionCallback7< R, P1, P2, P3, P4, P5, P6, P7 >::UBoostFunctionCallback7 | ( | UObject & | owner, |
| UVar * | target, | ||
| const std::string & | type, | ||
| boost::function7< R, P1, P2, P3, P4, P5, P6, P7 > | fun, | ||
| const std::string & | funname, | ||
| impl::UContextImpl * | ctx | ||
| ) | [inline] |
Definition at line 2563 of file ucallbacks.hh.
References urbi::UGenericCallback::nbparam, and urbi::UGenericCallback::registerCallback().
| virtual UValue urbi::UBoostFunctionCallback7< R, P1, P2, P3, P4, P5, P6, P7 >::__evalcall | ( | UList & | param | ) | [inline, virtual] |
Implements urbi::UGenericCallback.
Definition at line 2575 of file ucallbacks.hh.
References urbi::UContext::ctx_, and urbi::UBoostFunctionCallback7< R, P1, P2, P3, P4, P5, P6, P7 >::fun.
boost::function7<R , P1 , P2 , P3 , P4 , P5 , P6 , P7 > urbi::UBoostFunctionCallback7< R, P1, P2, P3, P4, P5, P6, P7 >::fun [private] |
Definition at line 2585 of file ucallbacks.hh.
Referenced by urbi::UBoostFunctionCallback7< R, P1, P2, P3, P4, P5, P6, P7 >::__evalcall().