#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.
|
inline |
Definition at line 174 of file tripleInt.h.
|
inline |
Definition at line 187 of file tripleInt.h.
References v.
|
inline |
Definition at line 192 of file tripleInt.h.
References v.
|
inline |
Definition at line 175 of file tripleInt.h.
References v.
Definition at line 178 of file tripleInt.h.
References v.
|
inline |
Definition at line 181 of file tripleInt.h.
References v.
Definition at line 184 of file tripleInt.h.
References v.
|
private |
Definition at line 172 of file tripleInt.h.
Referenced by operator+=(), operator-=(), and operator[]().