#include <ArmarXCore/core/csv/CsvReader.h>
Definition at line 39 of file CsvReader.h.
◆ CsvReader()
CsvReader |
( |
const std::string & |
filename, |
|
|
bool |
hasHeader |
|
) |
| |
◆ getHeader()
std::vector< std::string > getHeader |
( |
| ) |
|
◆ isEof()
◆ read() [1/3]
bool read |
( |
std::map< std::string, float > & |
row | ) |
|
◆ read() [2/3]
bool read |
( |
std::vector< float > & |
row | ) |
|
◆ read() [3/3]
bool read |
( |
std::vector< std::string > & |
row | ) |
|
◆ readAllColumnsFloatMap()
std::map< std::string, std::vector< float > > readAllColumnsFloatMap |
( |
| ) |
|
◆ readAllFloatList()
std::vector< std::vector< float > > readAllFloatList |
( |
| ) |
|
◆ readAllFloatMap()
std::vector< std::map< std::string, float > > readAllFloatMap |
( |
| ) |
|
The documentation for this class was generated from the following files: