Belle II Software  release-06-02-00
NIter< T, N > Class Template Reference

Public Member Functions

T & operator* ()
 
T * operator-> ()
 
NIteroperator++ ()
 
NIteroperator+= (int n)
 
bool operator== (const NIter &iter)
 
bool operator!= (const NIter &iter)
 
 NIter (T *begin, int last)
 

Private Attributes

T * ptr
 
int idx
 

Friends

class DArray< T, N >
 

Detailed Description

template<typename T, int N>
class NIter< T, N >

Definition at line 61 of file pointer.h.


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