8 #ifndef NT_VALUE_INTERNAL_H_ 9 #define NT_VALUE_INTERNAL_H_ 14 #include "llvm/StringRef.h" 21 void ConvertToC(
const Value& in,
NT_Value* out);
22 std::shared_ptr<Value> ConvertFromC(
const NT_Value& value);
30 #endif // NT_VALUE_INTERNAL_H_ NetworkTables Entry Value.
Definition: ntcore_c.h:108
Definition: IEntryNotifier.h:15
A NetworkTables string.
Definition: ntcore_c.h:91
char * str
String contents (UTF-8).
Definition: ntcore_c.h:98
size_t len
Length of the string in bytes.
Definition: ntcore_c.h:104
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:42