8 #ifndef NTCORE_TABLES_ITABLELISTENER_H_ 9 #define NTCORE_TABLES_ITABLELISTENER_H_ 13 #include <llvm/StringRef.h> 14 #include <support/deprecated.h> 16 #include "networktables/NetworkTableValue.h" 19 #pragma GCC diagnostic push 20 #pragma GCC diagnostic ignored "-Wdeprecated-declarations" 29 "Use EntryListener, TableEntryListener, or TableListener as appropriate")
32 virtual ~ITableListener() =
default;
42 std::shared_ptr<nt::Value> value,
bool isNew) = 0;
55 std::shared_ptr<nt::Value> value,
60 #pragma GCC diagnostic pop 63 #endif // NTCORE_TABLES_ITABLELISTENER_H_ StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:42