CARMA C++
Table.h File Reference

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)
 

Detailed Description

Common table functions.

Author
Original: Peter Teben
Reviewer
Original:
Inspector
Original:
Id:
Table.h,v 1.23 2013/04/01 22:00:39 mpound Exp

$CarmaCopyright$

Definition in file Table.h.