WPILibC++
unspecified
|
Functions | |
bool | nt::Value::GetBoolean () const |
Get the entry's boolean value. More... | |
double | nt::Value::GetDouble () const |
Get the entry's double value. More... | |
StringRef | nt::Value::GetString () const |
Get the entry's string value. More... | |
StringRef | nt::Value::GetRaw () const |
Get the entry's raw value. More... | |
StringRef | nt::Value::GetRpc () const |
Get the entry's rpc definition value. More... | |
ArrayRef< int > | nt::Value::GetBooleanArray () const |
Get the entry's boolean array value. More... | |
ArrayRef< double > | nt::Value::GetDoubleArray () const |
Get the entry's double array value. More... | |
ArrayRef< std::string > | nt::Value::GetStringArray () const |
Get the entry's string array value. More... | |
|
inline |
Get the entry's boolean value.
|
inline |
Get the entry's boolean array value.
|
inline |
Get the entry's double value.
|
inline |
Get the entry's double array value.
|
inline |
Get the entry's raw value.
|
inline |
Get the entry's rpc definition value.
|
inline |
Get the entry's string value.
|
inline |
Get the entry's string array value.