Table Class Reference

#include <db/table.h>

Inheritance diagram for Table:

ExprTable OpTable List of all members.

Detailed Description

Definition at line 34 of file table.h.

Public Member Functions

TABLE_TYPE getType () const
 Table (TABLE_TYPE t)
 Table (std::deque< std::string > &recs, TABLE_TYPE t=NAMETABLE)

Public Attributes

std::deque< std::string > records

Private Attributes

TABLE_TYPE type


Constructor & Destructor Documentation

Table::Table std::deque< std::string > &  recs,
TABLE_TYPE  t = NAMETABLE
 

Definition at line 38 of file table.cpp.

Table::Table TABLE_TYPE  t  ) 
 

Definition at line 33 of file table.cpp.


Member Function Documentation

TABLE_TYPE Table::getType  )  const
 

Definition at line 43 of file table.cpp.

References type.


Member Data Documentation

std::deque<std::string> Table::records
 

Definition at line 39 of file table.h.

Referenced by InsListElem::getinstruction(), and InsListElem::ntokens().

TABLE_TYPE Table::type [private]
 

Definition at line 42 of file table.h.

Referenced by getType().


The documentation for this class was generated from the following files:
Generated on Tue Sep 19 21:18:46 2006 for Boomerang by  doxygen 1.4.6