Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
FX_Number Class Reference

#include <fx_number.h>

+ Collaboration diagram for FX_Number:

Public Member Functions

 FX_Number ()
 
 FX_Number (uint32_t value)=delete
 
 FX_Number (int32_t value)
 
 FX_Number (float value)
 
 FX_Number (ByteStringView str)
 
bool IsInteger () const
 
bool IsSigned () const
 
int32_t GetSigned () const
 
float GetFloat () const
 

Detailed Description

Definition at line 15 of file fx_number.h.

Constructor & Destructor Documentation

◆ FX_Number() [1/5]

FX_Number::FX_Number ( )
default

◆ FX_Number() [2/5]

FX_Number::FX_Number ( uint32_t value)
explicitdelete

◆ FX_Number() [3/5]

FX_Number::FX_Number ( int32_t value)
explicit

Definition at line 20 of file fx_number.cpp.

Referenced by TEST().

+ Here is the caller graph for this function:

◆ FX_Number() [4/5]

FX_Number::FX_Number ( float value)
explicit

Definition at line 22 of file fx_number.cpp.

Referenced by TEST().

+ Here is the caller graph for this function:

◆ FX_Number() [5/5]

FX_Number::FX_Number ( ByteStringView str)
explicit

Definition at line 24 of file fx_number.cpp.

Member Function Documentation

◆ GetFloat()

float FX_Number::GetFloat ( ) const

Definition at line 106 of file fx_number.cpp.

Referenced by TEST(), TEST(), TEST(), and TEST().

+ Here is the caller graph for this function:

◆ GetSigned()

int32_t FX_Number::GetSigned ( ) const

Definition at line 96 of file fx_number.cpp.

Referenced by TEST(), TEST(), TEST(), and TEST().

+ Here is the caller graph for this function:

◆ IsInteger()

bool FX_Number::IsInteger ( ) const

Definition at line 86 of file fx_number.cpp.

Referenced by TEST(), TEST(), TEST(), and TEST().

+ Here is the caller graph for this function:

◆ IsSigned()

bool FX_Number::IsSigned ( ) const

Definition at line 91 of file fx_number.cpp.

Referenced by TEST(), TEST(), TEST(), and TEST().

+ Here is the caller graph for this function:

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