CARMA C++
carma::services::Column Class Reference

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...

#include <carma/services/Table.h>

Public Member Functions

 Column (int column_number)
 
 Column (int start_column, int end_column)
 
 Column (int dcol, int mcol, int scol)
 
 Column (std::string column_name)
 

Detailed Description

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.

  • free format space/tab/comma separated columns, by column number (0..)
  • fixed column numbers (start:end)
  • by column name (as identified by the magic header) Note this class is not implemented.

Definition at line 43 of file Table.h.


The documentation for this class was generated from the following file: