|
ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <cstddef>#include <sstream>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | CSVRow< T > |
| A simple CSV reader w/ modern cpp features. More... | |
| class | CSVIterator< T > |
| Iterator for CSVRow. More... | |
| class | CSVRange< T > |
| Range class for CSVIterator. More... | |
Functions | |
| template<typename T > | |
| std::istream & | operator>> (std::istream &stream, CSVRow< T > &data) |
| Method to stream into this type of object. More... | |
| std::istream& operator>> | ( | std::istream & | stream, |
| CSVRow< T > & | data | ||
| ) |
Method to stream into this type of object.
Definition at line 56 of file AtCSVReader.h.
1.8.18