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

Public Member Functions | |
| UNamedValue (const std::string &n="", UValue *v=0) | |
Static Public Member Functions | |
| static UNamedValue & | error () |
Public Attributes | |
| std::string | name |
| UValue * | val |
| urbi::UNamedValue::UNamedValue | ( | const std::string & | n = "", |
| UValue * | v = 0 |
||
| ) | [inline] |
Definition at line 112 of file uvalue.hxx.
| UNamedValue & urbi::UNamedValue::error | ( | ) | [inline, static] |
Definition at line 119 of file uvalue.hxx.
| std::string urbi::UNamedValue::name |