Inheritance diagram for Eaagles::Basic::LcInt:


Public Member Functions | |
| LcInt (const int num) | |
| LcInt () | |
| operator int () const | |
| LcInt & | operator= (const int) |
| void | operator+= (const LcInt &) |
| void | operator+= (const int) |
| void | operator-= (const LcInt &) |
| void | operator-= (const int) |
| void | operator *= (const LcInt &) |
| void | operator *= (const int) |
| void | operator/= (const LcInt &) |
| void | operator/= (const int) |
| void | operator%= (const LcInt &) |
| void | operator%= (const int) |
Class for integer numbers.
Slots: None
Events: None
| Eaagles::Basic::LcInt::LcInt | ( | const int | num | ) | [inline] |
Special constuctor that initializes the object to 'value'.
| Eaagles::Basic::LcInt::LcInt | ( | ) | [inline] |
| Eaagles::Basic::LcInt::operator int | ( | ) | const [inline] |
Conversion operator: int().
| LcInt & Eaagles::Basic::LcInt::operator= | ( | const | int | ) | [inline] |
Assignment operator: =.
| void Eaagles::Basic::LcInt::operator+= | ( | const LcInt & | ) | [inline] |
Addition operators: + and +=.
| void Eaagles::Basic::LcInt::operator+= | ( | const | int | ) | [inline] |
| void Eaagles::Basic::LcInt::operator-= | ( | const LcInt & | ) | [inline] |
Subtraction operators: - and -=.
| void Eaagles::Basic::LcInt::operator-= | ( | const | int | ) | [inline] |
| void Eaagles::Basic::LcInt::operator *= | ( | const LcInt & | ) | [inline] |
Multiply operators: * and *=.
| void Eaagles::Basic::LcInt::operator *= | ( | const | int | ) | [inline] |
| void Eaagles::Basic::LcInt::operator/= | ( | const LcInt & | n | ) | [inline] |
Divison operators: / and /= Divison by zero returns a zero, and sends and error message.
| void Eaagles::Basic::LcInt::operator/= | ( | const | int | ) | [inline] |
| void Eaagles::Basic::LcInt::operator%= | ( | const LcInt & | n1 | ) | [inline] |
Modulus operators: % and = Modulus by zero returns a zero, and sends and error message.
| void Eaagles::Basic::LcInt::operator%= | ( | const | int | ) | [inline] |
1.5.0