Jafar
|
Interface of an object which can be saved using the CSVFile mechanism. More...
Interface of an object which can be saved using the CSVFile mechanism.
Definition at line 172 of file csvFile.hpp.
#include <csvFile.hpp>
Public Member Functions | |
void | save (std::string const &filename, std::string const &separator_=" ", char commentPrefix_= '#') |
This method automates the process: | |
Protected Member Functions | |
virtual void | saveCSVFile (jafar::kernel::CSVFile &csvFile)=0 |
Implement this method calling repeatedly CSVFile::setItem() method. |
void jafar::kernel::CSVFileSave::save | ( | std::string const & | filename, |
std::string const & | separator_ = " " , |
||
char | commentPrefix_ = '#' |
||
) |
This method automates the process:
Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1 |