WPILibC++
2019.1.1-beta-4-20-gceed1d7
|
This is the complete list of members for nt::Value, including all inherited members.
GetBoolean() const | nt::Value | inline |
GetBooleanArray() const | nt::Value | inline |
GetDouble() const | nt::Value | inline |
GetDoubleArray() const | nt::Value | inline |
GetRaw() const | nt::Value | inline |
GetRpc() const | nt::Value | inline |
GetString() const | nt::Value | inline |
GetStringArray() const | nt::Value | inline |
IsBoolean() const | nt::Value | inline |
IsBooleanArray() const | nt::Value | inline |
IsDouble() const | nt::Value | inline |
IsDoubleArray() const | nt::Value | inline |
IsRaw() const | nt::Value | inline |
IsRpc() const | nt::Value | inline |
IsString() const | nt::Value | inline |
IsStringArray() const | nt::Value | inline |
IsValid() const | nt::Value | inline |
last_change() const | nt::Value | inline |
MakeBoolean(bool value, uint64_t time=0) | nt::Value | inlinestatic |
MakeBooleanArray(ArrayRef< bool > value, uint64_t time=0) | nt::Value | static |
MakeBooleanArray(ArrayRef< int > value, uint64_t time=0) | nt::Value | static |
MakeDouble(double value, uint64_t time=0) | nt::Value | inlinestatic |
MakeDoubleArray(ArrayRef< double > value, uint64_t time=0) | nt::Value | static |
MakeRaw(StringRef value, uint64_t time=0) | nt::Value | inlinestatic |
MakeRaw(T &&value, uint64_t time=0) | nt::Value | inlinestatic |
MakeRpc(StringRef value, uint64_t time=0) | nt::Value | inlinestatic |
MakeRpc(T &&value, uint64_t time=0) | nt::Value | inlinestatic |
MakeString(const Twine &value, uint64_t time=0) | nt::Value | inlinestatic |
MakeString(T &&value, uint64_t time=0) | nt::Value | inlinestatic |
MakeStringArray(ArrayRef< std::string > value, uint64_t time=0) | nt::Value | static |
MakeStringArray(std::vector< std::string > &&value, uint64_t time=0) | nt::Value | static |
operator=(const Value &)=delete (defined in nt::Value) | nt::Value | |
operator== (defined in nt::Value) | nt::Value | friend |
time() const | nt::Value | inline |
type() const | nt::Value | inline |
Value() (defined in nt::Value) | nt::Value | |
Value(NT_Type type, uint64_t time, const private_init &) (defined in nt::Value) | nt::Value | |
Value(const Value &)=delete (defined in nt::Value) | nt::Value | |
value() const | nt::Value | inline |
~Value() (defined in nt::Value) | nt::Value |