|
My Project
|
#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 |
Definition at line 158 of file quadInt.h.
Referenced by operator+=(), and operator-=().
|
inline |
Definition at line 171 of file quadInt.h.
References QuadIntPair(), and v.
|
inline |
Definition at line 176 of file quadInt.h.
References QuadIntPair(), and v.
|
inline |
|
inline |
|
private |
Definition at line 156 of file quadInt.h.
Referenced by operator+=(), operator-=(), operator[](), operator[](), operator[](), and operator[]().