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

#include <FLong.h>

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

Public Member Functions

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

Static Public Attributes

static constexpr long MinValue = LONG_MIN
 Represents the smallest possible value of a signed long. This field is constant.
 
static constexpr long MaxValue = LONG_MAX
 Represents the largest possible value of a signed long. This field is constant.
 
static constexpr ULong MaxUValue = ULONG_MAX
 Represents the largest possible value of a unsigned long. This field is constant.
 

Detailed Description

Represents a 64-bit signed integer

Member Function Documentation

◆ operator=() [1/2]

void FLong::operator= ( const FLong value)
inline
Parameters
valueCreate new flong object

◆ operator=() [2/2]

void FLong::operator= ( const long &  value)
inline
Parameters
valueCreate new flong object

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