|
CARMA C++
|
Column template class. More...
#include <algorithm>#include <string>#include <sstream>#include <map>#include <math.h>#include <vector>#include "carma/util/ErrorException.h"#include "carma/util/IllegalArgumentException.h"Go to the source code of this file.
Classes | |
| class | carma::dbms::Column< T > |
| template to mimic a db column. More... | |
Namespaces | |
| module | carma |
| IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
| carma::dbms | |
| API for access to the CARMA database. | |
Functions | |
| template<typename T , typename U > | |
| std::map< T, U > | carma::dbms::columnsToMap (const carma::dbms::Column< T > &keyColumn, const carma::dbms::Column< U > &valueColumn) |
| template<typename T > | |
| std::ostream & | operator<< (std::ostream &os, const carma::dbms::Column< T > &column) |