#include <fssIO.h>

Definition at line 66 of file fssIO.h.
Public Member Functions | |
| FixedFloat (int integral, int decimal) | |
| ~FixedFloat () | |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const FixedFloat &) |
| This behaves as standard stream manipulators. | |
Classes | |
| struct | Private |
| FixedFloat | ( | int | integral, | |
| int | decimal | |||
| ) |
| integral | length of integral part of float | |
| decimal | length of decimal part of float |
Definition at line 45 of file fssIO.cpp.
References FixedFloat::Private::precision, and FixedFloat::Private::width.
| ~FixedFloat | ( | ) |
| std::ostream& operator<< | ( | std::ostream & | stream, | |
| const FixedFloat & | ||||
| ) | [friend] |
1.5.4