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


Public Member Functions | |
| UFCallback4 (UObject &owner, UVar *target, const std::string &type, R(*fun)(P1, P2, P3, P4), const std::string &funname, impl::UContextImpl *ctx) | |
| virtual UValue | __evalcall (UList ¶m) |
Private Attributes | |
| R(* | fun )(P1, P2, P3, P4) |
Definition at line 686 of file ucallbacks.hh.
| urbi::UFCallback4< R, P1, P2, P3, P4 >::UFCallback4 | ( | UObject & | owner, |
| UVar * | target, | ||
| const std::string & | type, | ||
| R(*)(P1, P2, P3, P4) | fun, | ||
| const std::string & | funname, | ||
| impl::UContextImpl * | ctx | ||
| ) | [inline] |
Definition at line 689 of file ucallbacks.hh.
References urbi::UGenericCallback::nbparam, and urbi::UGenericCallback::registerCallback().
| virtual UValue urbi::UFCallback4< R, P1, P2, P3, P4 >::__evalcall | ( | UList & | param | ) | [inline, virtual] |
Implements urbi::UGenericCallback.
Definition at line 701 of file ucallbacks.hh.
References urbi::UContext::ctx_, and urbi::uvar_uvalue_cast().
R(* urbi::UFCallback4< R, P1, P2, P3, P4 >::fun)(P1, P2, P3, P4) [private] |
Definition at line 711 of file ucallbacks.hh.