Definition at line 46 of file CsvReader.h.
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ CSVIterator() [1/2]
CSVIterator::CSVIterator |
( |
std::istream & |
str, |
|
|
char |
sep |
|
) |
| |
|
inline |
◆ CSVIterator() [2/2]
CSVIterator::CSVIterator |
( |
| ) |
|
|
inline |
◆ operator!=()
bool CSVIterator::operator!= |
( |
CSVIterator const & |
rhs | ) |
|
|
inline |
Definition at line 85 of file CsvReader.h.
85 {
return !((*this) == rhs); }
◆ operator*()
CSVRow const& CSVIterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator->()
CSVRow const* CSVIterator::operator-> |
( |
| ) |
const |
|
inline |
◆ operator==()
bool CSVIterator::operator== |
( |
CSVIterator const & |
rhs | ) |
|
|
inline |
Definition at line 81 of file CsvReader.h.
83 return ((
this == &rhs) || ((this->
m_str ==
nullptr) && (rhs.m_str ==
nullptr)));
References m_str.
◆ m_row
◆ m_sep
◆ m_str
std::istream* CSVIterator::m_str |
|
private |
The documentation for this class was generated from the following file:
- /home/www/ba/GUI/coregui/Views/ImportDataWidgets/CsvImportAssistant/CsvReader.h