20 #define STRINGSTREAM_DOUBLE_PRECISION 10
45 string getOutFilepath(
void )
const;
46 void setOutFilepath(
string path );
48 string getFormat(
void )
const;
49 void setFormat(
string format );
51 size_t getNumTables(
void )
const;
53 void addTable(
Id table );
54 void addTables( vector<Id> tables);
56 void removeTable(
Id table );
57 void removeTables( vector<Id> table );
71 static const Cinfo * initCinfo();
vector< Table * > tables_
vector< double > tableDt_
vector< string > columns_
vector< unsigned int > tableTick_