CARMA C++
|
Table class. More...
Go to the source code of this file.
Classes | |
class | carma::dbms::Table |
Class to mimic a db table The Table class is meant to mimic a database table. More... | |
Namespaces | |
module | carma |
IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
carma::dbms | |
API for access to the CARMA database. | |
Functions | |
std::ostream & | operator<< (::std::ostream &os, const carma::dbms::Table &table) |
template<> | |
int | carma::dbms::Table::addElementsToPrivateColumns< std::string > (const Column< std::string > &col) |
template<> | |
Column< std::string > | carma::dbms::Table::getPrivateColumn< std::string > (const unsigned &index) const |
Table class.
$CarmaCopyright$
Definition in file Table.h.
std::ostream & operator<< | ( | ::std::ostream & | os, |
const carma::dbms::Table & | table | ||
) |
Insert (i.e. output) a presentation of a carma::dbms::Table instance into an output stream.
os
output stream parameter so that stream insertions can be chained in the usual C++ way.os | The output stream to insert the presentation into. |
table | The carma::dbms::Table instance to present |