ot_float Class Reference
OT_LIB Float class.
More...
#include <ot_float.h>
List of all members.
Detailed Description
OT_LIB Float class.
Implementation of the base float object
Constructor & Destructor Documentation
ot_float::ot_float |
( |
float |
val = 0 |
) |
[inline] |
Constructor
- Parameters:
-
Referenced by dup().
ot_float::ot_float |
( |
const ot_float & |
c |
) |
[inline] |
Member Function Documentation
ot_obj* ot_float::dup |
( |
void |
|
) |
const [inline, virtual] |
Clone the object and return the pointer of the new object
- Returns:
- Pointer to the new object
Implements ot_obj.
References ot_float().
bool ot_float::operator== |
( |
const ot_float & |
c |
) |
const [inline] |
bool ot_float::operator!= |
( |
const ot_float & |
c |
) |
[inline] |
void ot_float::operator+= |
( |
const ot_float & |
c |
) |
[inline] |
void ot_float::operator-= |
( |
const ot_float & |
c |
) |
[inline] |
void ot_float::operator*= |
( |
const ot_float & |
c |
) |
[inline] |
void ot_float::operator/= |
( |
const ot_float & |
c |
) |
[inline] |
void ot_float::operator++ |
( |
void |
|
) |
[inline] |
void ot_float::operator-- |
( |
void |
|
) |
[inline] |
ot_float::operator float |
( |
void |
|
) |
const [inline] |
The documentation for this class was generated from the following file:
- /mnt/USB_DISK/BUILD/prj_sf/otlib/trunk/include/core/ot_float.h