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


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