ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Public Member Functions | List of all members
CSVIterator< T > Class Template Reference

Iterator for CSVRow. More...

#include <AtCSVReader.h>

Public Member Functions

 CSVIterator (std::istream &stream)
 
 CSVIterator ()
 
CSVIteratoroperator++ ()
 
CSVIteratoroperator++ (int)
 
CSVRow< T > const & operator* () const
 
CSVRow< T > const * operator-> () const
 
bool operator== (CSVIterator const &rhs)
 
bool operator!= (CSVIterator const &rhs)
 

Detailed Description

template<typename T>
class CSVIterator< T >

Iterator for CSVRow.

Definition at line 64 of file AtCSVReader.h.

Constructor & Destructor Documentation

◆ CSVIterator() [1/2]

template<typename T >
CSVIterator< T >::CSVIterator ( std::istream &  stream)
inline

Definition at line 70 of file AtCSVReader.h.

◆ CSVIterator() [2/2]

template<typename T >
CSVIterator< T >::CSVIterator ( )
inline

Definition at line 71 of file AtCSVReader.h.

Member Function Documentation

◆ operator!=()

template<typename T >
bool CSVIterator< T >::operator!= ( CSVIterator< T > const &  rhs)
inline

Definition at line 97 of file AtCSVReader.h.

◆ operator*()

template<typename T >
CSVRow<T> const& CSVIterator< T >::operator* ( ) const
inline

Definition at line 90 of file AtCSVReader.h.

◆ operator++() [1/2]

template<typename T >
CSVIterator& CSVIterator< T >::operator++ ( )
inline

Definition at line 74 of file AtCSVReader.h.

◆ operator++() [2/2]

template<typename T >
CSVIterator& CSVIterator< T >::operator++ ( int  )
inline

Definition at line 84 of file AtCSVReader.h.

◆ operator->()

template<typename T >
CSVRow<T> const* CSVIterator< T >::operator-> ( ) const
inline

Definition at line 91 of file AtCSVReader.h.

◆ operator==()

template<typename T >
bool CSVIterator< T >::operator== ( CSVIterator< T > const &  rhs)
inline

Definition at line 93 of file AtCSVReader.h.


The documentation for this class was generated from the following file: