5 #ifndef ITABLELISTENER_H_ 6 #define ITABLELISTENER_H_ 10 #include "llvm/StringRef.h" 11 #include "networktables/NetworkTableValue.h" 12 #include "support/deprecated.h" 15 #pragma GCC diagnostic push 16 #pragma GCC diagnostic ignored "-Wdeprecated-declarations" 25 "Use EntryListener, TableEntryListener, or TableListener as appropriate")
28 virtual ~ITableListener() =
default;
38 std::shared_ptr<nt::Value> value,
bool isNew) = 0;
51 std::shared_ptr<nt::Value> value,
56 #pragma GCC diagnostic pop StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:42