OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
FixtureTableExtractorCSV Class Reference

#include "FixtureTableExtractorCSV.h"

Inheritance diagram for FixtureTableExtractorCSV:

Public Member Functions

 FixtureTableExtractorCSV ()
 
 ~FixtureTableExtractorCSV ()
 
const std::string getFilePath ()
 
void loadFileContent (std::string fullPath)
 
void loadFileWithSemicolonRowDelimiter (std::string name)
 
void loadFileWithCommaColumnDelimiter (std::string name)
 
void loadFileWithTabColumnDelimiter (std::string name)
 
std::vector< std::string > getAllRows (void)
 
std::vector< std::string > getAllColumns (void)
 

Constructor & Destructor Documentation

◆ FixtureTableExtractorCSV()

FixtureTableExtractorCSV::FixtureTableExtractorCSV ( )

◆ ~FixtureTableExtractorCSV()

FixtureTableExtractorCSV::~FixtureTableExtractorCSV ( )
inline

Member Function Documentation

◆ getAllColumns()

std::vector< std::string > FixtureTableExtractorCSV::getAllColumns ( void )

◆ getAllRows()

std::vector< std::string > FixtureTableExtractorCSV::getAllRows ( void )

◆ getFilePath()

const std::string FixtureTableExtractorCSV::getFilePath ( )
inline

◆ loadFileContent()

void FixtureTableExtractorCSV::loadFileContent ( std::string fullPath)

◆ loadFileWithCommaColumnDelimiter()

void FixtureTableExtractorCSV::loadFileWithCommaColumnDelimiter ( std::string name)

◆ loadFileWithSemicolonRowDelimiter()

void FixtureTableExtractorCSV::loadFileWithSemicolonRowDelimiter ( std::string name)

◆ loadFileWithTabColumnDelimiter()

void FixtureTableExtractorCSV::loadFileWithTabColumnDelimiter ( std::string name)

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