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


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