#include <quadInt.h>
Public Member Functions | |
QuadIntPair () | |
const QuadInt & | operator[] (int i) const |
const QuadInt & | operator[] (Player pl) const |
QuadInt & | operator[] (int i) |
QuadInt & | operator[] (Player pl) |
QuadIntPair & | operator+= (QuadIntPair const &a) |
QuadIntPair & | operator-= (QuadIntPair const &a) |
Private Attributes | |
CArray< QuadInt, 2 > | v |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 154 of file quadInt.h.
Referenced by operator+=(), operator-=(), and operator[]().