#include <Color.h>
Definition at line 83 of file Color.h.
Public Member Functions | ||||
| FixedFloat (int integral, int decimal) | ||||
| ||||
| ~FixedFloat () | ||||
Private Attributes | ||||
| Private * | d | |||
Friends | ||||
| std::ostream & | operator<< (std::ostream &stream, const FixedFloat &) | |||
| This behaves as standard stream manipulators. | ||||
| FixedFloat | ( | int | integral, | |
| int | decimal | |||
| ) |
| ~FixedFloat | ( | ) |
| std::ostream& operator<< | ( | std::ostream & | stream, | |
| const FixedFloat & | ||||
| ) | [friend] |
Private* d [private] |
1.5.4