Main Page
Classes
Files
File List
All
Classes
Functions
Variables
wx
Database
Table.hpp
1
#ifndef TABLE_H
2
#define TABLE_H
3
4
class
wxString;
5
6
class
Table
7
{
8
public
:
9
Table
();
10
virtual
~
Table
();
11
12
virtual
wxString GetTableName()
const
= 0;
13
14
protected
:
15
private
:
16
};
17
18
#endif // TABLE_H
Generated on Sat Feb 23 2013 09:37:37 by
1.8.1.2