#include <tripleInt.h>

Public Member Functions | |
| TripleIntPair () | |
| const TripleInt & | operator[] (int i) const |
| const TripleInt & | operator[] (Player pl) const |
| TripleInt & | operator[] (int i) |
| TripleInt & | operator[] (Player pl) |
| TripleIntPair & | operator+= (TripleIntPair const &a) |
| TripleIntPair & | operator-= (TripleIntPair const &a) |
Private Attributes | |
| CArray< TripleInt, 2 > | v |
Definition at line 171 of file tripleInt.h.
| osl::container::TripleIntPair::TripleIntPair | ( | ) | [inline] |
Definition at line 174 of file tripleInt.h.
| TripleIntPair& osl::container::TripleIntPair::operator+= | ( | TripleIntPair const & | a | ) | [inline] |
Definition at line 187 of file tripleInt.h.
References v.
| TripleIntPair& osl::container::TripleIntPair::operator-= | ( | TripleIntPair const & | a | ) | [inline] |
Definition at line 192 of file tripleInt.h.
References v.
| const TripleInt& osl::container::TripleIntPair::operator[] | ( | int | i | ) | const [inline] |
Definition at line 175 of file tripleInt.h.
References v.
Definition at line 178 of file tripleInt.h.
References v.
| TripleInt& osl::container::TripleIntPair::operator[] | ( | int | i | ) | [inline] |
Definition at line 181 of file tripleInt.h.
References v.
Definition at line 184 of file tripleInt.h.
References v.
CArray<TripleInt,2> osl::container::TripleIntPair::v [private] |
Definition at line 172 of file tripleInt.h.
Referenced by operator+=(), operator-=(), and operator[]().
1.7.6.1