8 #ifndef NTCORE_NETWORKTABLES_TABLEENTRYLISTENER_H_ 9 #define NTCORE_NETWORKTABLES_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 // NTCORE_NETWORKTABLES_TABLEENTRYLISTENER_H_ Definition: IEntryNotifier.h:16
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:42