Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Private Attributes | List of all members
CSVWriter Struct Reference

#include <OpenMS/ANALYSIS/OPENSWATH/OPENSWATHALGO/DATAACCESS/DataFrameWriter.h>

Inheritance diagram for CSVWriter:
IDataFrameWriter

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)
 
- Public Member Functions inherited from IDataFrameWriter
virtual ~IDataFrameWriter ()
 

Private Attributes

std::ofstream file_stream_
 
std::string sep_
 
std::string eol_
 

Constructor & Destructor Documentation

◆ CSVWriter()

CSVWriter ( std::string  filename)
explicit

◆ ~CSVWriter()

virtual ~CSVWriter ( )
virtual

Member Function Documentation

◆ colnames()

void colnames ( const std::vector< std::string > &  colnames)
virtual

Implements IDataFrameWriter.

◆ store()

void store ( const std::string &  rowname,
const std::vector< double > &  values 
)
virtual

Implements IDataFrameWriter.

Member Data Documentation

◆ eol_

std::string eol_
private

◆ file_stream_

std::ofstream file_stream_
private

◆ sep_

std::string sep_
private

OpenMS / TOPP release 2.3.0 Documentation generated on Tue Jan 9 2018 18:22:15 using doxygen 1.8.13