8 #ifndef NTCORE_NETWORKTABLES_TABLELISTENER_H_
9 #define NTCORE_NETWORKTABLES_TABLELISTENER_H_
14 #include <wpi/StringRef.h>
33 typedef std::function<void(NetworkTable* parent, StringRef name,
39 #endif // NTCORE_NETWORKTABLES_TABLELISTENER_H_
NetworkTables (ntcore) namespace.
Definition: ITable.h:21
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:49
std::function< void(NetworkTable *parent, StringRef name, NetworkTable *table)> TableListener
A listener that listens to new sub-tables in a NetworkTable.
Definition: TableListener.h:35