|
|
| FLong (const FLong &value) |
| | Constructor of flong object.
|
| |
|
| FLong (const long &value) |
| | Constructor of flong object.
|
| |
|
| FLong () |
| | Constructor of flong object.
|
| |
|
virtual | ~FLong ()=default |
| | Destroy flong object.
|
| |
| void | operator= (const FLong &value) |
| |
| void | operator= (const long &value) |
| |
|
Boolean | CompareTo (const FLong &value) const |
| | < Returns TRUE if obejct is equels to value, otherwise FALSE
|
| |
|
Boolean | CompareTo (const long &value) const |
| | < Returns TRUE if obect is equels to value, otherwise FALSE
|
| |
|
long | Data () const |
| | Returns value of flong 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 64-bit signed integer