WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
internal::counting_iterator< T > Class Template Reference

#include <format.h>

Public Types

typedef std::output_iterator_tag iterator_category
 
typedef T value_type
 
typedef std::ptrdiff_t difference_type
 
typedef T * pointer
 
typedef T & reference
 
typedef counting_iterator _Unchecked_type
 

Public Member Functions

 counting_iterator ()
 
std::size_t count () const
 
counting_iteratoroperator++ ()
 
counting_iterator operator++ (int)
 
T & operator* () const
 

Detailed Description

template<typename T>
class internal::counting_iterator< T >

Definition at line 615 of file format.h.

Member Typedef Documentation

◆ _Unchecked_type

template<typename T >
typedef counting_iterator internal::counting_iterator< T >::_Unchecked_type

Definition at line 626 of file format.h.

◆ difference_type

template<typename T >
typedef std::ptrdiff_t internal::counting_iterator< T >::difference_type

Definition at line 623 of file format.h.

◆ iterator_category

template<typename T >
typedef std::output_iterator_tag internal::counting_iterator< T >::iterator_category

Definition at line 621 of file format.h.

◆ pointer

template<typename T >
typedef T* internal::counting_iterator< T >::pointer

Definition at line 624 of file format.h.

◆ reference

template<typename T >
typedef T& internal::counting_iterator< T >::reference

Definition at line 625 of file format.h.

◆ value_type

template<typename T >
typedef T internal::counting_iterator< T >::value_type

Definition at line 622 of file format.h.

Constructor & Destructor Documentation

◆ counting_iterator()

template<typename T >
internal::counting_iterator< T >::counting_iterator ( )
inline

Definition at line 628 of file format.h.

Member Function Documentation

◆ count()

template<typename T >
std::size_t internal::counting_iterator< T >::count ( ) const
inline

Definition at line 630 of file format.h.

◆ operator*()

template<typename T >
T& internal::counting_iterator< T >::operator* ( ) const
inline

Definition at line 643 of file format.h.

◆ operator++() [1/2]

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

Definition at line 632 of file format.h.

◆ operator++() [2/2]

template<typename T >
counting_iterator internal::counting_iterator< T >::operator++ ( int  )
inline

Definition at line 637 of file format.h.


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