#include <mobject.h>
Inheritance diagram for Float::
Public Methods | |
Float () | |
Float (float f) | |
Float (const Float &o) | |
int | operator== (const Comparable &o) const |
Object* | clone () const |
operator double () const |
Definition at line 348 of file mobject.h.
|
Clone should perform a full recursive cloning of the object. The return type should vary by implementor. Reimplemented from Object. |
|
Equality comparison. Must be overloaded. Reimplemented from Comparable. |