Public Member Functions | |
basis_iterator (const Chirotope *, const Tuple &) | |
Tuple & | operator* () |
Tuple * | operator-> () |
Tuple & | operator++ () |
Tuple | operator++ (int) |
bool | operator== (basis_iterator) |
bool | operator!= (basis_iterator) |
Constructor of basis_operator.
bool omc::Chirotope::basis_iterator::operator!= | ( | basis_iterator | bi | ) | [inline] |
Operator != of basis_iterator.
Tuple & omc::Chirotope::basis_iterator::operator* | ( | ) | [inline] |
Operator * of basis_iterator.
Tuple omc::Chirotope::basis_iterator::operator++ | ( | int | dummy | ) | [inline] |
Postfix operator ++ of basis_iterator.
Tuple & omc::Chirotope::basis_iterator::operator++ | ( | ) | [inline] |
Prefix operator ++ of basis_iterator.
Tuple * omc::Chirotope::basis_iterator::operator-> | ( | ) | [inline] |
Operator -> of basis_iterator.
bool omc::Chirotope::basis_iterator::operator== | ( | basis_iterator | bi | ) | [inline] |
Operator == of basis_iterator.