WPILibC++
trunk
Main Page
Related Pages
Classes
Files
File List
tables
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
23
class
ITableProvider
{
24
public
:
30
virtual
ITable
*
GetTable
(std::string name) = 0;
31
};
32
33
#endif
/* ITABLEPROVIDER_H_ */
ITable
Definition:
ITable.h:26
ITableProvider
Definition:
ITableProvider.h:23
ITableProvider::GetTable
virtual ITable * GetTable(std::string name)=0
Generated on Sat Apr 26 2014 12:26:59 for WPILibC++ by
1.8.6