|
Urbi SDK Remote for C++
2.7.3
|
#include <libport/debug.hh>

Go to the source code of this file.
Classes | |
| struct | urbi::uvalue_caster< T * > |
Namespaces | |
| namespace | urbi |
Global definition of the starterlist. | |
Defines | |
| #define | URBI_BINDVARS(r, obj, v) UBindVar(obj, v); |
| #define | URBI_BINDFUNCTIONS(r, obj, v) UBindFunction(obj, v); |
| #define | URBI_BINDEVENTS(r, obj, v) UBindEvent(obj, v); |
Functions | |
| UValue & | urbi::operator, (UValue &a, const UObject *b) |
Definition in file uobject.hxx.
| #define URBI_BINDEVENTS | ( | r, | |
| obj, | |||
| v | |||
| ) | UBindEvent(obj, v); |
Definition at line 20 of file uobject.hxx.
| #define URBI_BINDFUNCTIONS | ( | r, | |
| obj, | |||
| v | |||
| ) | UBindFunction(obj, v); |
Definition at line 19 of file uobject.hxx.
| #define URBI_BINDVARS | ( | r, | |
| obj, | |||
| v | |||
| ) | UBindVar(obj, v); |
Definition at line 18 of file uobject.hxx.