FixedFloat Class Reference

#include <Color.h>

List of all members.


Detailed Description

High-level stream manipulator for fixed floats.

Definition at line 83 of file Color.h.


Public Member Functions

 FixedFloat (int integral, int decimal)
 
Parameters:
integral length of integral part of float

 ~FixedFloat ()

Private Attributes

Private * d

Friends

std::ostream & operator<< (std::ostream &stream, const FixedFloat &)
 This behaves as standard stream manipulators.

Constructor & Destructor Documentation

FixedFloat ( int  integral,
int  decimal 
)

Parameters:
integral length of integral part of float

Parameters:
decimal length of decimal part of float

Definition at line 97 of file Color.cpp.

References d.

~FixedFloat (  ) 

Definition at line 104 of file Color.cpp.

References d.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
const FixedFloat  
) [friend]

This behaves as standard stream manipulators.

Definition at line 108 of file Color.cpp.


Member Data Documentation

Private* d [private]

Definition at line 92 of file Color.h.

Referenced by FixedFloat(), operator<<(), and ~FixedFloat().


The documentation for this class was generated from the following files:
Generated on Sat May 2 16:39:38 2009 for nucad by  doxygen 1.5.4