#include <S1.h>
Public Member Functions | |
| S1 (const Decimal &m, const Decimal &t) | |
| S1 (const S1 &s) | |
| S1 & | operator= (const S1 &s) |
| S1 & | operator+= (const S1 &a) |
| S1 & | operator-= (const S1 &a) |
| S1 & | operator*= (const S1 &a) |
| S1 | operator+ (const S1 &other) const |
| S1 | operator- (const S1 &other) const |
| S1 | operator* (const S1 &other) const |
| bool | operator== (const S1 &other) const |
| bool | operator!= (const S1 &other) const |
| operator Decimal () const | |
| Decimal | alDiff (const S1 &other) const |
| string | print (int precision=2) const |
| S1::S1 | ( | const S1 & | s | ) | [inline] |
copy constructor
| bool S1::operator== | ( | const S1 & | other | ) | const [inline] |
compound operator ==
| bool S1::operator!= | ( | const S1 & | other | ) | const [inline] |
compound operator !=
| S1::operator Decimal | ( | ) | const [inline] |
casting
| string S1::print | ( | int | precision = 2 |
) | const [inline] |
1.5.6