#include "TableExtractorCSV.h"
◆ ~TableExtractorCSV()
TableExtractorCSV::~TableExtractorCSV |
( |
| ) |
|
◆ TableExtractorCSV()
TableExtractorCSV::TableExtractorCSV |
( |
| ) |
|
|
inline |
◆ ExtractFromEntitySource()
void TableExtractorCSV::ExtractFromEntitySource |
( |
EntityFile * | source | ) |
|
|
overridevirtual |
◆ GetNextLine() [1/2]
void TableExtractorCSV::GetNextLine |
( |
std::string & | entireLine | ) |
|
|
overridevirtual |
◆ GetNextLine() [2/2]
void TableExtractorCSV::GetNextLine |
( |
std::vector< std::string > & | line | ) |
|
|
overridevirtual |
◆ HasNextLine()
bool TableExtractorCSV::HasNextLine |
( |
| ) |
|
|
overridevirtual |
◆ ResetIterator()
void TableExtractorCSV::ResetIterator |
( |
| ) |
|
|
overridevirtual |
◆ SetColumnDelimiter()
void TableExtractorCSV::SetColumnDelimiter |
( |
const char | delimiter | ) |
|
◆ SetFileContent()
void TableExtractorCSV::SetFileContent |
( |
std::vector< char > | fileContent | ) |
|
Directly sets the content of a file to fileContentStream. Only for testing purposes.
- Parameters
-
◆ SetRowDelimiter()
void TableExtractorCSV::SetRowDelimiter |
( |
const char | delimiter | ) |
|
The documentation for this class was generated from the following files: