#include <unumber.hpp>
Inheritance diagram for UFloat:

Public Member Functions | |
| UFloat (float v=0.0) | |
| UFloat (const UFloat &v) | |
| UFloat (const UFloatBase &v) | |
| UFloat (const UIntgBase &v) | |
| UFloat (const UStr &v) | |
| virtual void | changed (bool update_now) |
| called when object's content is changed. | |
| virtual void | onChange (UCall &) |
| adds callbacks that are activated when the objects' value changes. | |
| UFloat & | operator= (float v) |
| UFloat & | operator= (const UFloat &v) |
| UFloat & | operator= (const UFloatBase &v) |
| UFloat & | operator= (const UIntgBase &v) |
| UFloat & | operator= (const UStr &v) |
| converts and sets value | |
| UFloat & | operator++ () |
| UFloat & | operator++ (int) |
| UFloat & | operator-- () |
| UFloat & | operator-- (int) |
|
|
converts and sets value the string is supposed to contain a valid float Reimplemented from UFloatBase. |
1.4.1