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


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