ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Classes | Functions
AtCSVReader.h File Reference
#include <cstddef>
#include <sstream>
#include <string>
#include <vector>
Include dependency graph for AtCSVReader.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ operator>>()

template<typename T >
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.