CsvWriter Class Reference

#include <ArmarXCore/core/csv/CsvWriter.h>

Public Member Functions

void close ()
 
 CsvWriter (const std::string &filename, const std::vector< std::string > &header, bool append)
 
void write (const std::vector< float > &row)
 
void write (const std::vector< std::string > &row)
 
 ~CsvWriter ()
 

Detailed Description

Definition at line 36 of file CsvWriter.h.

Constructor & Destructor Documentation

◆ CsvWriter()

CsvWriter ( const std::string &  filename,
const std::vector< std::string > &  header,
bool  append 
)

Definition at line 28 of file CsvWriter.cpp.

+ Here is the call graph for this function:

◆ ~CsvWriter()

~CsvWriter ( )

Definition at line 83 of file CsvWriter.cpp.

Member Function Documentation

◆ close()

void close ( )

Definition at line 77 of file CsvWriter.cpp.

+ Here is the caller graph for this function:

◆ write() [1/2]

void write ( const std::vector< float > &  row)

Definition at line 58 of file CsvWriter.cpp.

◆ write() [2/2]

void write ( const std::vector< std::string > &  row)

Definition at line 39 of file CsvWriter.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: