#include <youngtab.hh>
Inheritance diagram for yngtab::filled_tableau< T >::iterator:

Public Member Functions | |
| iterator (unsigned int r, unsigned int c, filled_tableau< T > *) | |
| T & | operator * () const |
| T * | operator-> () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| iterator & | operator-- () |
| iterator | operator-- (int) |
| iterator | operator+ (unsigned int) |
| iterator | operator- (unsigned int) |
| iterator & | operator+= (unsigned int) |
| iterator & | operator-= (unsigned int) |
| bool | operator< (const iterator &other) const |
| bool | operator> (const iterator &other) const |
| ptrdiff_t | operator- (const iterator &) const |
| bool | operator== (const iterator &) const |
| bool | operator!= (const iterator &) const |
Private Attributes | |
| filled_tableau< T > * | tab |
| unsigned int | column_number |
| unsigned int | row_number |
Friends | |
| class | filled_tableau< T > |
|
||||||||||||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.4.6