![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXhalf.h>
Public Member Functions | |
FXhalf () | |
FXhalf (const FXhalf &h) | |
FXhalf (FXfloat f) | |
operator FXfloat () const | |
FXbool | operator! () const |
FXhalf | operator+ () const |
FXhalf | operator- () const |
FXbool | operator== (FXhalf h) const |
FXbool | operator!= (FXhalf h) const |
FXhalf & | operator= (FXhalf h) |
FXhalf & | operator= (FXfloat f) |
FXhalf & | operator+= (FXhalf h) |
FXhalf & | operator+= (FXfloat f) |
FXhalf & | operator-= (FXhalf h) |
FXhalf & | operator-= (FXfloat f) |
FXhalf & | operator*= (FXhalf h) |
FXhalf & | operator*= (FXfloat f) |
FXhalf & | operator/= (FXhalf h) |
FXhalf & | operator/= (FXfloat f) |
FX::FXhalf::FXhalf | ( | ) | [inline] |
FX::FXhalf::FXhalf | ( | const FXhalf & | h | ) | [inline] |
FX::FXhalf::FXhalf | ( | FXfloat | f | ) | [inline] |
FX::FXhalf::operator FXfloat | ( | ) | const [inline] |
FXbool FX::FXhalf::operator! | ( | ) | const [inline] |
FXhalf FX::FXhalf::operator+ | ( | ) | const [inline] |
FXhalf FX::FXhalf::operator- | ( | ) | const [inline] |
![]() |