WPILibC++  unspecified
Type Checkers

Functions

bool nt::Value::IsValid () const
 Determine if entry value contains a value or is unassigned. More...
 
bool nt::Value::IsBoolean () const
 Determine if entry value contains a boolean. More...
 
bool nt::Value::IsDouble () const
 Determine if entry value contains a double. More...
 
bool nt::Value::IsString () const
 Determine if entry value contains a string. More...
 
bool nt::Value::IsRaw () const
 Determine if entry value contains a raw. More...
 
bool nt::Value::IsRpc () const
 Determine if entry value contains a rpc definition. More...
 
bool nt::Value::IsBooleanArray () const
 Determine if entry value contains a boolean array. More...
 
bool nt::Value::IsDoubleArray () const
 Determine if entry value contains a double array. More...
 
bool nt::Value::IsStringArray () const
 Determine if entry value contains a string array. More...
 

Detailed Description

Function Documentation

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

Determine if entry value contains a boolean.

Returns
True if the entry value is of boolean type.
bool nt::Value::IsBooleanArray ( ) const
inline

Determine if entry value contains a boolean array.

Returns
True if the entry value is of boolean array type.
bool nt::Value::IsDouble ( ) const
inline

Determine if entry value contains a double.

Returns
True if the entry value is of double type.
bool nt::Value::IsDoubleArray ( ) const
inline

Determine if entry value contains a double array.

Returns
True if the entry value is of double array type.
bool nt::Value::IsRaw ( ) const
inline

Determine if entry value contains a raw.

Returns
True if the entry value is of raw type.
bool nt::Value::IsRpc ( ) const
inline

Determine if entry value contains a rpc definition.

Returns
True if the entry value is of rpc definition type.
bool nt::Value::IsString ( ) const
inline

Determine if entry value contains a string.

Returns
True if the entry value is of string type.
bool nt::Value::IsStringArray ( ) const
inline

Determine if entry value contains a string array.

Returns
True if the entry value is of string array type.
bool nt::Value::IsValid ( ) const
inline

Determine if entry value contains a value or is unassigned.

Returns
True if the entry value contains a value.