|
|
| FInt (const FInt &value) |
| | Constructor of fint object.
|
| |
|
| FInt (const int &value) |
| | Constructor of fint object.
|
| |
|
| FInt () |
| | Constructor of fint object.
|
| |
|
virtual | ~FInt ()=default |
| | Destroy fint object.
|
| |
| void | operator= (const FInt &value) |
| |
| void | operator= (const int &value) |
| |
|
Boolean | CompareTo (const FInt &value) const |
| | < Returns TRUE if obejct is equels to value, otherwise FALSE
|
| |
|
Boolean | CompareTo (const int &value) const |
| | < Returns TRUE if obect is equels to value, otherwise FALSE
|
| |
|
int | Data () const |
| | Returns value of fint object.
|
| |
|
const type_info & | GetType () override |
| | Returns the type info over object.
|
| |
|
FString | GetName () const override |
| | Returns the name of object.
|
| |
|
| FObject ()=default |
| | Constructor.
|
| |
|
virtual | ~FObject ()=default |
| | Destructor.
|
| |
Represents a 32-bit signed integer