#include <tripleInt.h>
Public メソッド | |
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 変数 | |
CArray< TripleInt, 2 > | v |
tripleInt.h の 171 行で定義されています。
osl::container::TripleIntPair::TripleIntPair | ( | ) | [inline] |
tripleInt.h の 174 行で定義されています。
TripleIntPair& osl::container::TripleIntPair::operator+= | ( | TripleIntPair const & | a | ) | [inline] |
tripleInt.h の 187 行で定義されています。
参照先 v.
TripleIntPair& osl::container::TripleIntPair::operator-= | ( | TripleIntPair const & | a | ) | [inline] |
tripleInt.h の 192 行で定義されています。
参照先 v.
tripleInt.h の 184 行で定義されています。
参照先 v.
TripleInt& osl::container::TripleIntPair::operator[] | ( | int | i | ) | [inline] |
tripleInt.h の 181 行で定義されています。
参照先 v.
tripleInt.h の 178 行で定義されています。
参照先 v.
const TripleInt& osl::container::TripleIntPair::operator[] | ( | int | i | ) | const [inline] |
tripleInt.h の 175 行で定義されています。
参照先 v.
CArray<TripleInt,2> osl::container::TripleIntPair::v [private] |
tripleInt.h の 172 行で定義されています。
参照元 operator+=(), operator-=(), と operator[]().