Feature #1342

Add methods for table creation and saving to GCsv class

Added by Knödlseder Jürgen over 9 years ago. Updated over 9 years ago.

Status:ClosedStart date:10/26/2014
Priority:NormalDue date:
Assigned To:Knödlseder Jürgen% Done:

100%

Category:-
Target version:00-09-00
Duration:

Description

The GCsv class implements for the moment only methods for reading. Methods should be added for creating a table and saving the table to the ASCII file. Here a list of constructor and the methods that should be implemented:

GCsv(const int& nrows, const int& ncols);
void string(const int& row, const int& col, const std::string& value);
void real(const int& row, const int& col, const double& value);
void integer(const int& row, const int& col, const int& value);
void save(const std::string& filename, const std::string& sep = " ", const bool& clobber = false) const;


Recurrence

No recurrence.

History

#1 Updated by Knödlseder Jürgen over 9 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100

Merge into devel branch.

Also available in: Atom PDF