Cadabra
Computer algebra system for field theory problems
|
#include <YoungTab.hh>
Public Member Functions | |
const_iterator (unsigned int r, unsigned int c, const filled_tableau< T > *) | |
const_iterator (const iterator &other) | |
const T & | operator* () const |
const T * | operator-> () const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
const_iterator | operator+ (unsigned int) const |
const_iterator | operator- (unsigned int) const |
const_iterator & | operator+= (unsigned int) |
const_iterator & | operator-= (unsigned int) |
bool | operator< (const const_iterator &other) const |
bool | operator> (const const_iterator &other) const |
ptrdiff_t | operator- (const const_iterator &) const |
bool | operator== (const const_iterator &) const |
bool | operator!= (const const_iterator &) const |
Private Attributes | |
const filled_tableau< T > * | tab |
unsigned int | column_number |
unsigned int | row_number |
Friends | |
class | filled_tableau< T > |
Additional Inherited Members | |
Public Types inherited from yngtab::filled_tableau< T >::const_iterator_base | |
typedef T | value_type |
typedef const T * | pointer |
typedef const T & | reference |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef std::random_access_iterator_tag | iterator_category |
yngtab::filled_tableau< T >::const_iterator::const_iterator | ( | unsigned int | r, |
unsigned int | c, | ||
const filled_tableau< T > * | t | ||
) |
yngtab::filled_tableau< T >::const_iterator::const_iterator | ( | const iterator & | other | ) |
bool yngtab::filled_tableau< T >::const_iterator::operator!= | ( | const const_iterator & | other | ) | const |
const T & yngtab::filled_tableau< T >::const_iterator::operator* |
filled_tableau< T >::const_iterator yngtab::filled_tableau< T >::const_iterator::operator+ | ( | unsigned int | n | ) | const |
filled_tableau< T >::const_iterator & yngtab::filled_tableau< T >::const_iterator::operator++ |
filled_tableau< T >::const_iterator yngtab::filled_tableau< T >::const_iterator::operator++ | ( | int | ) |
filled_tableau< T >::const_iterator & yngtab::filled_tableau< T >::const_iterator::operator+= | ( | unsigned int | n | ) |
ptrdiff_t yngtab::filled_tableau< T >::const_iterator::operator- | ( | const const_iterator & | other | ) | const |
filled_tableau< T >::const_iterator yngtab::filled_tableau< T >::const_iterator::operator- | ( | unsigned int | n | ) | const |
filled_tableau< T >::const_iterator & yngtab::filled_tableau< T >::const_iterator::operator-- |
filled_tableau< T >::const_iterator yngtab::filled_tableau< T >::const_iterator::operator-- | ( | int | ) |
filled_tableau< T >::const_iterator & yngtab::filled_tableau< T >::const_iterator::operator-= | ( | unsigned int | n | ) |
const T * yngtab::filled_tableau< T >::const_iterator::operator-> |
bool yngtab::filled_tableau< T >::const_iterator::operator< | ( | const const_iterator & | other | ) | const |
bool yngtab::filled_tableau< T >::const_iterator::operator== | ( | const const_iterator & | other | ) | const |
bool yngtab::filled_tableau< T >::const_iterator::operator> | ( | const const_iterator & | other | ) | const |
|
friend |
|
private |
|
private |
|
private |