8 #ifndef NTCORE_NETWORKTABLES_TABLEENTRYLISTENER_H_ 9 #define NTCORE_NETWORKTABLES_TABLEENTRYLISTENER_H_ 14 #include <wpi/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: IStorage.h:21
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:49