FAST.Framework  1.0.0
Public Member Functions | Static Public Attributes | List of all members
FShort Class Reference

#include <FShort.h>

Inheritance diagram for FShort:
Inheritance graph
[legend]
Collaboration diagram for FShort:
Collaboration graph
[legend]

Public Member Functions

 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.
 
- Public Member Functions inherited from FObject
 FObject ()=default
 Constructor.
 
virtual ~FObject ()=default
 Destructor.
 

Static Public Attributes

static constexpr short MinValue = SHRT_MIN
 Represents the smallest possible value of a signed short. This field is constant.
 
static constexpr short MaxValue = SHRT_MAX
 Represents the largest possible value of a signed short. This field is constant.
 
static constexpr UShort MaxUValue = USHRT_MAX
 Represents the largest possible value of a unsigne short. This field is constant.
 

Detailed Description

Represents a 16-bit signed integer

Member Function Documentation

◆ operator=() [1/2]

void FShort::operator= ( const FShort value)
inline
Parameters
valueCreate new fshort object

◆ operator=() [2/2]

void FShort::operator= ( const short &  value)
inline
Parameters
valueCreate new fshort object

The documentation for this class was generated from the following files: