Now you can download a copy of these docs so you can use them offline! Download now
ITableProvider.h
1 /*
2  * ITableProvider.h
3  *
4  * Created on: Sep 22, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef ITABLEPROVIDER_H_
9 #define ITABLEPROVIDER_H_
10 
11 
12 class ITableProvider;
13 
14 #include "tables/ITable.h"
15 
16 
24 public:
30  virtual ITable* GetTable(std::string name) = 0;
31 };
32 
33 #endif /* ITABLEPROVIDER_H_ */
Definition: ITable.h:26
virtual ITable * GetTable(std::string name)=0

Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by doxygen 1.8.6