Public Member Functions | |
| CBofFixed (const CBofFixed &Arg) | |
| CBofFixed (const int Arg) | |
| CBofFixed (const double Arg) | |
| CBofFixed | operator+ (const CBofFixed &Arg) const |
| CBofFixed | operator- (const CBofFixed &Arg) const |
| CBofFixed | operator* (const CBofFixed &Arg) const |
| CBofFixed | operator/ (const CBofFixed &Arg) const |
| CBofFixed | operator-= (const CBofFixed &Arg) |
| CBofFixed | operator+= (const CBofFixed &Arg) |
| CBofFixed | operator*= (const CBofFixed &Arg) |
| CBofFixed | operator/= (const CBofFixed &Arg) |
| CBofFixed | operator= (const CBofFixed &Arg) |
| operator int () | |
Public Member Functions inherited from Bagel::CBofObject | |
| virtual void | DeleteObject () |
Additional Inherited Members | |
Static Public Member Functions inherited from Bagel::CBofObject | |
| static bool | isValidObject (const CBofObject *pObject) |