CARMA C++
|
Common table functions. More...
#include <iostream>
#include <iomanip>
#include <sstream>
#include <string>
#include <vector>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | carma::services::Column |
Column - an unimplemented class we could create a special class 'Column' in which it is defined how a column it to be recognized, as there are different models. More... | |
class | carma::services::Table |
Simple ASCII Table format, fully memory based. More... | |
Namespaces | |
module | carma |
IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
carma::services | |
Auxiliary Services is intended to provide routines commonly needed for array control and observational planning. | |
Functions | |
std::ostream & | operator>> (std::ostream &os, const carma::services::Table &table) |
Common table functions.
$CarmaCopyright$
Definition in file Table.h.