|
|
| FShort (const FShort &value) |
| | Constructor of fshort object.
|
| |
|
| FShort (const short &value) |
| | Constructor of fshort object.
|
| |
|
| FShort () |
| | Constructor of fshort object.
|
| |
|
virtual | ~FShort ()=default |
| | Destroy fshort object.
|
| |
| void | operator= (const FShort &value) |
| |
| void | operator= (const short &value) |
| |
|
Boolean | CompareTo (const FShort &value) const |
| | < Returns TRUE if object is equels to value, otherwise FALSE
|
| |
|
Boolean | CompareTo (const short &value) const |
| | < Returns TRUE if object is equels to value, otherwise FALSE
|
| |
|
short | Data () const |
| | Returns value of fshort 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 16-bit signed integer