#include <OpenMS/ANALYSIS/OPENSWATH/OPENSWATHALGO/DATAACCESS/DataFrameWriter.h>
List of all members.
Public Member Functions |
| | CSVWriter (std::string filename) |
| void | store (const std::string &rowname, const std::vector< double > &values) |
| virtual | ~CSVWriter () |
| void | colnames (const std::vector< std::string > &colnames) |
Private Attributes |
| std::ofstream | file_stream_ |
| std::string | sep_ |
| std::string | eol_ |
Constructor & Destructor Documentation
| CSVWriter |
( |
std::string |
filename |
) |
[explicit] |
Member Function Documentation
| void colnames |
( |
const std::vector< std::string > & |
colnames |
) |
[virtual] |
| void store |
( |
const std::string & |
rowname, |
|
|
const std::vector< double > & |
values | |
|
) |
| | [virtual] |
Member Data Documentation
std::string eol_ [private] |
std::string sep_ [private] |
| OpenMS / TOPP release 1.10.0 |
Documentation generated on Thu Mar 7 2013 09:43:00 using doxygen 1.7.1 |