![]() |
WPILibC++ 2025.3.2
|
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 |
| GetFloat() const | nt::Value | inline |
| GetFloatArray() const | nt::Value | inline |
| GetInteger() const | nt::Value | inline |
| GetIntegerArray() const | nt::Value | inline |
| GetRaw() 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 |
| IsFloat() const | nt::Value | inline |
| IsFloatArray() const | nt::Value | inline |
| IsInteger() const | nt::Value | inline |
| IsIntegerArray() const | nt::Value | inline |
| IsRaw() 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, int64_t time=0) | nt::Value | inlinestatic |
| MakeBooleanArray(std::span< const bool > value, int64_t time=0) | nt::Value | static |
| MakeBooleanArray(std::initializer_list< bool > value, int64_t time=0) | nt::Value | inlinestatic |
| MakeBooleanArray(std::span< const int > value, int64_t time=0) | nt::Value | static |
| MakeBooleanArray(std::initializer_list< int > value, int64_t time=0) | nt::Value | inlinestatic |
| MakeBooleanArray(std::vector< int > &&value, int64_t time=0) | nt::Value | static |
| MakeDouble(double value, int64_t time=0) | nt::Value | inlinestatic |
| MakeDoubleArray(std::span< const double > value, int64_t time=0) | nt::Value | static |
| MakeDoubleArray(std::initializer_list< double > value, int64_t time=0) | nt::Value | inlinestatic |
| MakeDoubleArray(std::vector< double > &&value, int64_t time=0) | nt::Value | static |
| MakeFloat(float value, int64_t time=0) | nt::Value | inlinestatic |
| MakeFloatArray(std::span< const float > value, int64_t time=0) | nt::Value | static |
| MakeFloatArray(std::initializer_list< float > value, int64_t time=0) | nt::Value | inlinestatic |
| MakeFloatArray(std::vector< float > &&value, int64_t time=0) | nt::Value | static |
| MakeInteger(int64_t value, int64_t time=0) | nt::Value | inlinestatic |
| MakeIntegerArray(std::span< const int64_t > value, int64_t time=0) | nt::Value | static |
| MakeIntegerArray(std::initializer_list< int64_t > value, int64_t time=0) | nt::Value | inlinestatic |
| MakeIntegerArray(std::vector< int64_t > &&value, int64_t time=0) | nt::Value | static |
| MakeRaw(std::span< const uint8_t > value, int64_t time=0) | nt::Value | inlinestatic |
| MakeRaw(T &&value, int64_t time=0) | nt::Value | inlinestatic |
| MakeString(std::string_view value, int64_t time=0) | nt::Value | inlinestatic |
| MakeString(T &&value, int64_t time=0) | nt::Value | inlinestatic |
| MakeStringArray(std::span< const std::string > value, int64_t time=0) | nt::Value | static |
| MakeStringArray(std::initializer_list< std::string > value, int64_t time=0) | nt::Value | inlinestatic |
| MakeStringArray(std::vector< std::string > &&value, int64_t time=0) | nt::Value | static |
| operator bool() const | nt::Value | inlineexplicit |
| operator==(const Value &lhs, const Value &rhs) | nt::Value | friend |
| server_time() const | nt::Value | inline |
| SetServerTime(int64_t time) | nt::Value | inline |
| SetTime(int64_t time) | nt::Value | inline |
| size() const | nt::Value | inline |
| time() const | nt::Value | inline |
| type() const | nt::Value | inline |
| Value() | nt::Value | inline |
| Value(NT_Type type, size_t size, int64_t time, const private_init &) | nt::Value | inline |
| Value(NT_Type type, size_t size, int64_t time, int64_t serverTime, const private_init &) | nt::Value | inline |
| value() const | nt::Value | inline |