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


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