#include <quadInt.h>


Classes | |
| union | XMM |
Public Member Functions | |
| QuadInt () | |
| QuadInt (QuadInt const &si) | |
| QuadInt & | operator= (QuadInt const &si) |
| void | clear () |
| int & | operator[] (int i) |
| const int & | operator[] (int i) const |
| QuadInt | operator- () const |
| QuadInt & | operator+= (QuadInt const &si) |
| QuadInt & | operator-= (QuadInt const &si) |
| QuadInt & | operator*= (int scale) |
Static Public Member Functions | |
| static size_t | size () |
Public Attributes | |
| union osl::container::QuadInt::XMM | v |
| osl::container::QuadInt::QuadInt | ( | ) | [inline] |
| osl::container::QuadInt::QuadInt | ( | QuadInt const & | si | ) | [inline] |
Definition at line 57 of file quadInt.h.
References osl::container::QuadInt::XMM::llv, and v.
| void osl::container::QuadInt::clear | ( | ) | [inline] |
Definition at line 73 of file quadInt.h.
References osl::container::QuadInt::XMM::llv, and v.
Referenced by QuadInt().
| QuadInt& osl::container::QuadInt::operator*= | ( | int | scale | ) | [inline] |
Definition at line 108 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
Definition at line 92 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
| QuadInt osl::container::QuadInt::operator- | ( | ) | const [inline] |
Definition at line 100 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
Definition at line 64 of file quadInt.h.
References osl::container::QuadInt::XMM::llv, and v.
| int& osl::container::QuadInt::operator[] | ( | int | i | ) | [inline] |
Definition at line 81 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
| const int& osl::container::QuadInt::operator[] | ( | int | i | ) | const [inline] |
Definition at line 84 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
| static size_t osl::container::QuadInt::size | ( | ) | [inline, static] |
Referenced by clear(), operator*=(), operator+=(), operator-=(), osl::container::operator<(), operator=(), osl::container::operator==(), operator[](), and QuadInt().
1.7.6.1