BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
CsvReader.h File Reference

Defines class CsvReader. More...

Include dependency graph for CsvReader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CSVFile
 
class  CSVIterator
 
class  CSVRow
 

Functions

std::istream & operator>> (std::istream &str, CSVRow &data)
 

Detailed Description

Defines class CsvReader.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file CsvReader.h.

Function Documentation

◆ operator>>()

std::istream& operator>> ( std::istream &  str,
CSVRow data 
)
inline

Definition at line 40 of file CsvReader.h.

41 {
42  data.readNextRow(str);
43  return str;
44 }
void readNextRow(std::istream &str)
Definition: CsvReader.cpp:29

References CSVRow::readNextRow().

Here is the call graph for this function: