WPILibC++  unspecified
Type-Safe Getters

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...
 

Detailed Description

Function Documentation

bool nt::Value::GetBoolean ( ) const
inline

Get the entry's boolean value.

Returns
The boolean value.
ArrayRef<int> nt::Value::GetBooleanArray ( ) const
inline

Get the entry's boolean array value.

Returns
The boolean array value.
double nt::Value::GetDouble ( ) const
inline

Get the entry's double value.

Returns
The double value.
ArrayRef<double> nt::Value::GetDoubleArray ( ) const
inline

Get the entry's double array value.

Returns
The double array value.
StringRef nt::Value::GetRaw ( ) const
inline

Get the entry's raw value.

Returns
The raw value.
StringRef nt::Value::GetRpc ( ) const
inline

Get the entry's rpc definition value.

Returns
The rpc definition value.
StringRef nt::Value::GetString ( ) const
inline

Get the entry's string value.

Returns
The string value.
ArrayRef<std::string> nt::Value::GetStringArray ( ) const
inline

Get the entry's string array value.

Returns
The string array value.