8 #ifndef NTCORE_VALUE_INTERNAL_H_ 9 #define NTCORE_VALUE_INTERNAL_H_ 14 #include <llvm/StringRef.h> 22 void ConvertToC(
const Value& in,
NT_Value* out);
23 std::shared_ptr<Value> ConvertFromC(
const NT_Value& value);
31 #endif // NTCORE_VALUE_INTERNAL_H_ NetworkTables Entry Value.
Definition: ntcore_c.h:110
Definition: IEntryNotifier.h:16
A NetworkTables string.
Definition: ntcore_c.h:93
char * str
String contents (UTF-8).
Definition: ntcore_c.h:100
size_t len
Length of the string in bytes.
Definition: ntcore_c.h:106
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:42