#include <Wm4TInteger.h>
Public Member Functions | |
bool | operator!= (const TInteger &rkI) const |
TInteger | operator% (const TInteger &rkI) const |
TInteger | operator* (const TInteger &rkI) const |
TInteger & | operator*= (const TInteger &rkI) |
TInteger | operator+ (const TInteger &rkI) const |
TInteger & | operator+= (const TInteger &rkI) |
TInteger | operator- (const TInteger &rkI) const |
TInteger | operator- () const |
TInteger & | operator-= (const TInteger &rkI) |
TInteger | operator/ (const TInteger &rkI) const |
TInteger & | operator/= (const TInteger &rkI) |
bool | operator< (const TInteger &rkI) const |
TInteger | operator<< (int iShift) const |
TInteger & | operator<<= (int iShift) |
bool | operator<= (const TInteger &rkI) const |
TInteger & | operator= (const TInteger &rkI) |
bool | operator== (const TInteger &rkI) const |
bool | operator> (const TInteger &rkI) const |
bool | operator>= (const TInteger &rkI) const |
TInteger | operator>> (int iShift) const |
TInteger & | operator>>= (int iShift) |
TInteger (const TInteger &rkI) | |
TInteger (int i=0) | |
~TInteger () | |
Friends | |
class | TRational< N > |
Definition at line 30 of file Wm4TInteger.h.
Wm4::TInteger< N >::TInteger | ( | int | i = 0 |
) | [inline] |
Definition at line 21 of file Wm4TInteger.inl.
References Wm4::System::Memcpy().
Wm4::TInteger< N >::TInteger | ( | const TInteger< N > & | rkI | ) | [inline] |
Definition at line 40 of file Wm4TInteger.inl.
References Wm4::System::Memcpy().
Wm4::TInteger< N >::~TInteger | ( | ) | [inline] |
Definition at line 46 of file Wm4TInteger.inl.
bool Wm4::TInteger< N >::operator!= | ( | const TInteger< N > & | rkI | ) | const [inline] |
Definition at line 70 of file Wm4TInteger.inl.
TInteger< N > Wm4::TInteger< N >::operator% | ( | const TInteger< N > & | rkI | ) | const [inline] |
Definition at line 361 of file Wm4TInteger.inl.
TInteger< N > Wm4::TInteger< N >::operator* | ( | const TInteger< N > & | rkI | ) | const [inline] |
Definition at line 268 of file Wm4TInteger.inl.
References Wm4::System::Memcpy().
TInteger< N > & Wm4::TInteger< N >::operator*= | ( | const TInteger< N > & | rkI | ) | [inline] |
Definition at line 383 of file Wm4TInteger.inl.
TInteger< N > Wm4::TInteger< N >::operator+ | ( | const TInteger< N > & | rkI | ) | const [inline] |
Definition at line 238 of file Wm4TInteger.inl.
TInteger< N > & Wm4::TInteger< N >::operator+= | ( | const TInteger< N > & | rkI | ) | [inline] |
Definition at line 369 of file Wm4TInteger.inl.
TInteger< N > Wm4::TInteger< N >::operator- | ( | const TInteger< N > & | rkI | ) | const [inline] |
Definition at line 262 of file Wm4TInteger.inl.
TInteger< N > Wm4::TInteger< N >::operator- | ( | void | ) | const [inline] |
Definition at line 207 of file Wm4TInteger.inl.
TInteger< N > & Wm4::TInteger< N >::operator-= | ( | const TInteger< N > & | rkI | ) | [inline] |
Definition at line 376 of file Wm4TInteger.inl.
TInteger< N > Wm4::TInteger< N >::operator/ | ( | const TInteger< N > & | rkI | ) | const [inline] |
Definition at line 353 of file Wm4TInteger.inl.
TInteger< N > & Wm4::TInteger< N >::operator/= | ( | const TInteger< N > & | rkI | ) | [inline] |
Definition at line 390 of file Wm4TInteger.inl.
bool Wm4::TInteger< N >::operator< | ( | const TInteger< N > & | rkI | ) | const [inline] |
Definition at line 76 of file Wm4TInteger.inl.
TInteger< N > Wm4::TInteger< N >::operator<< | ( | int | iShift | ) | const [inline] |
Definition at line 397 of file Wm4TInteger.inl.
TInteger< N > & Wm4::TInteger< N >::operator<<= | ( | int | iShift | ) | [inline] |
Definition at line 525 of file Wm4TInteger.inl.
bool Wm4::TInteger< N >::operator<= | ( | const TInteger< N > & | rkI | ) | const [inline] |
Definition at line 104 of file Wm4TInteger.inl.
TInteger< N > & Wm4::TInteger< N >::operator= | ( | const TInteger< N > & | rkI | ) | [inline] |
Definition at line 51 of file Wm4TInteger.inl.
References Wm4::System::Memcpy().
bool Wm4::TInteger< N >::operator== | ( | const TInteger< N > & | rkI | ) | const [inline] |
Definition at line 64 of file Wm4TInteger.inl.
bool Wm4::TInteger< N >::operator> | ( | const TInteger< N > & | rkI | ) | const [inline] |
Definition at line 132 of file Wm4TInteger.inl.
bool Wm4::TInteger< N >::operator>= | ( | const TInteger< N > & | rkI | ) | const [inline] |
Definition at line 160 of file Wm4TInteger.inl.
TInteger< N > Wm4::TInteger< N >::operator>> | ( | int | iShift | ) | const [inline] |
Definition at line 455 of file Wm4TInteger.inl.
TInteger< N > & Wm4::TInteger< N >::operator>>= | ( | int | iShift | ) | [inline] |
Definition at line 577 of file Wm4TInteger.inl.
friend class TRational< N > [friend] |
Definition at line 111 of file Wm4TInteger.h.