npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
npstat::AbsNtuple< T >::column_iterator Class Reference

#include <AbsNtuple.hh>

Public Types

typedef T value_type
 
typedef std::forward_iterator_tag iterator_category
 

Public Member Functions

operator* () const
 
column_iteratoroperator++ ()
 
column_iterator operator++ (int)
 
bool operator== (const column_iterator &) const
 
bool operator!= (const column_iterator &) const
 
bool operator< (const column_iterator &) const
 

Friends

class AbsNtuple
 

Detailed Description

template<typename T>
class npstat::AbsNtuple< T >::column_iterator

Iteration over column contents (cycles row numbers). Note that rowContents/columnContents methods to access the data are going to work faster than these iterators.


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