|
Urbi SDK Remote for C++
2.7.5
|


Go to the source code of this file.
Classes | |
| class | urbi::CustomUVar< T > |
| UVar wrapper with a custom data field. More... | |
Namespaces | |
| namespace | urbi |
Global definition of the starterlist. | |
Defines | |
| #define | UBindCacheVar(Obj, V, T) |
| Declare a CustomVar whose custom store is its value. | |
| #define UBindCacheVar | ( | Obj, | |
| V, | |||
| T | |||
| ) |
UBindVar(Obj, V); \ ::urbi::createUCallback(*this, &V, \ "var", &::urbi::CustomUVar<T>::updateCache, \ V.get_name(), ctx_);
Declare a CustomVar whose custom store is its value.
Definition at line 63 of file customuvar.hh.