#include <unumber.hpp>
Inheritance diagram for UIntg:
Public Member Functions | |
UIntg (int v=0) | |
UIntg (const UIntg &v) | |
UIntg (const UIntgBase &v) | |
UIntg (const UFloatBase &v) | |
UIntg (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. | |
UIntg & | operator= (int v) |
UIntg & | operator= (const UIntg &v) |
UIntg & | operator= (const UIntgBase &v) |
UIntg & | operator= (const UFloatBase &v) |
UIntg & | operator= (const UStr &v) |
converts and sets value. | |
UIntg & | operator++ () |
UIntg & | operator++ (int) |
UIntg & | operator-- () |
UIntg & | operator-- (int) |
|
converts and sets value. the string is supposed to contain a valid integer Reimplemented from UIntgBase. |