#include <tripleInt.h>


構成 | |
| union | XMM |
Public メソッド | |
| TripleInt () | |
| TripleInt (TripleInt const &si) | |
| TripleInt (int a, int b, int c) | |
| void | clear () |
| int & | operator[] (int i) |
| const int & | operator[] (int i) const |
| TripleInt | operator- () const |
| TripleInt & | operator+= (TripleInt const &si) |
| TripleInt & | operator-= (TripleInt const &si) |
| TripleInt & | operator*= (int scale) |
| TripleInt & | operator/= (int div) |
| TripleInt & | operator>>= (int shift) |
Static Public メソッド | |
| static size_t | size () |
Public 変数 | |
| union osl::container::TripleInt::XMM | v |
tripleInt.h の 42 行で定義されています。
| osl::container::TripleInt::TripleInt | ( | ) | [inline] |
tripleInt.h の 53 行で定義されています。
参照先 clear().
| osl::container::TripleInt::TripleInt | ( | TripleInt const & | si | ) | [inline] |
tripleInt.h の 59 行で定義されています。
参照先 osl::container::TripleInt::XMM::iv, v, と osl::container::TripleInt::XMM::v4.
| osl::container::TripleInt::TripleInt | ( | int | a, | |
| int | b, | |||
| int | c | |||
| ) | [inline] |
tripleInt.h の 67 行で定義されています。
参照先 osl::container::TripleInt::XMM::iv, v, と osl::container::TripleInt::XMM::v4.
| void osl::container::TripleInt::clear | ( | ) | [inline] |
tripleInt.h の 77 行で定義されています。
参照先 osl::container::TripleInt::XMM::iv, v, と osl::container::TripleInt::XMM::v4.
参照元 TripleInt().
| TripleInt& osl::container::TripleInt::operator*= | ( | int | scale | ) | [inline] |
tripleInt.h の 100 行で定義されています。
参照先 osl::container::TripleInt::XMM::iv, v, と osl::container::TripleInt::XMM::v4.
| TripleInt osl::container::TripleInt::operator- | ( | ) | const [inline] |
tripleInt.h の 91 行で定義されています。
参照先 osl::container::TripleInt::XMM::iv, v, と osl::container::TripleInt::XMM::v4.
tripleInt.h の 108 行で定義されています。
参照先 osl::container::TripleInt::XMM::iv, v, と osl::container::TripleInt::XMM::v4.
| TripleInt& osl::container::TripleInt::operator/= | ( | int | div | ) | [inline] |
tripleInt.h の 129 行で定義されています。
参照先 osl::container::TripleInt::XMM::iv, と v.
| TripleInt& osl::container::TripleInt::operator>>= | ( | int | shift | ) | [inline] |
tripleInt.h の 134 行で定義されています。
参照先 osl::container::TripleInt::XMM::iv, v, と osl::container::TripleInt::XMM::v4.
| const int& osl::container::TripleInt::operator[] | ( | int | i | ) | const [inline] |
tripleInt.h の 88 行で定義されています。
参照先 osl::container::TripleInt::XMM::iv, と v.
| int& osl::container::TripleInt::operator[] | ( | int | i | ) | [inline] |
tripleInt.h の 85 行で定義されています。
参照先 osl::container::TripleInt::XMM::iv, と v.
| static size_t osl::container::TripleInt::size | ( | ) | [inline, static] |
tripleInt.h の 143 行で定義されています。
1.6.3