8 #ifndef NT_TABLEENTRYLISTENER_H_ 9 #define NT_TABLEENTRYLISTENER_H_ 14 #include "llvm/StringRef.h" 19 class NetworkTableEntry;
36 typedef std::function<void(NetworkTable* table, StringRef name,
37 NetworkTableEntry entry,
38 std::shared_ptr<Value> value,
int flags)>
43 #endif // NT_TABLEENTRYLISTENER_H_ Definition: IEntryNotifier.h:15
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:42