#include <clebschgordan.h>
Iterator class for determination of total isospin.
Definition at line 133 of file clebschgordan.h.
Public Member Functions | |
| iterator (int start, I_tot_range &parent) | |
| Construct an iterator.  More... | |
| int | operator* () | 
| const iterator * | operator++ () | 
| iterator | operator++ (int) | 
| bool | operator== (const iterator &other) | 
| bool | operator!= (const iterator &other) | 
Private Attributes | |
| int | c_ | 
| Element of the iterator.  More... | |
| I_tot_range & | parent_ | 
| Parent class giving the total isospin range.  More... | |
      
  | 
  inline | 
Construct an iterator.
| start | Initial value. | 
| parent | Parent class giving the total isospin range. | 
Definition at line 147 of file clebschgordan.h.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 156 of file clebschgordan.h.
      
  | 
  inline | 
| other | Other iterator. | 
Definition at line 164 of file clebschgordan.h.
      
  | 
  inline | 
| other | Other iterator. | 
Definition at line 169 of file clebschgordan.h.
      
  | 
  private | 
Element of the iterator.
Definition at line 136 of file clebschgordan.h.
      
  | 
  private | 
Parent class giving the total isospin range.
Definition at line 138 of file clebschgordan.h.