| 
    Jpp
    18.0.1-rc.1
    
   the software that should make you happy 
   | 
 
1D array iterator. More...
#include <JArrayIterator.hh>
Public Member Functions | |
| JArrayIterator (const JAbstractCollection< T > &collection) | |
| Constructor.  More... | |
| operator bool () const | |
| Check validity of iterator.  More... | |
| JArray< 1, double > | operator* () const | 
| Get current value.  More... | |
| JArrayIterator & | operator++ () | 
| Prefix increment.  More... | |
| JArrayIterator | operator++ (int) | 
| Postfix increment.  More... | |
Public Attributes | |
| const JAbstractCollection< T > & | collection | 
Private Attributes | |
| int | i | 
1D array iterator.
Definition at line 99 of file JArrayIterator.hh.
      
  | 
  inline | 
Constructor.
| collection | abscissa values | 
Definition at line 106 of file JArrayIterator.hh.
      
  | 
  inline | 
Check validity of iterator.
Definition at line 118 of file JArrayIterator.hh.
      
  | 
  inline | 
Get current value.
Definition at line 129 of file JArrayIterator.hh.
      
  | 
  inline | 
Prefix increment.
Definition at line 140 of file JArrayIterator.hh.
      
  | 
  inline | 
| const JAbstractCollection<T>& JTOOLS::JArrayIterator< 1, T >::collection | 
Definition at line 165 of file JArrayIterator.hh.
      
  | 
  private | 
Definition at line 168 of file JArrayIterator.hh.
 1.8.5