DDraceNetwork Documentation
Loading...
Searching...
No Matches
CFixedTime Class Reference

#include <mapitems.h>

Public Member Functions

constexpr CFixedTime ()
constexpr CFixedTime (int FixedPoint)
constexpr int GetInternal () const
constexpr float AsSeconds () const
constexpr bool operator< (const CFixedTime &Other) const
constexpr bool operator<= (const CFixedTime &Other) const
constexpr bool operator> (const CFixedTime &Other) const
constexpr bool operator>= (const CFixedTime &Other) const
constexpr bool operator== (const CFixedTime &Other) const
constexpr bool operator!= (const CFixedTime &Other) const
constexpr CFixedTime operator+ (const CFixedTime &Other) const
constexpr CFixedTime operator- (const CFixedTime &Other) const
constexpr CFixedTimeoperator+= (const CFixedTime &Other)
constexpr CFixedTimeoperator-= (const CFixedTime &Other)

Static Public Member Functions

static constexpr CFixedTime FromSeconds (float Seconds)

Private Attributes

int m_FixedPoint

Constructor & Destructor Documentation

◆ CFixedTime() [1/2]

CFixedTime::CFixedTime ( )
inlineconstexpr

◆ CFixedTime() [2/2]

CFixedTime::CFixedTime ( int FixedPoint)
inlineexplicitconstexpr

Member Function Documentation

◆ AsSeconds()

float CFixedTime::AsSeconds ( ) const
inlineconstexpr

◆ FromSeconds()

constexpr CFixedTime CFixedTime::FromSeconds ( float Seconds)
inlinestaticconstexpr

◆ GetInternal()

int CFixedTime::GetInternal ( ) const
inlineconstexpr

◆ operator!=()

bool CFixedTime::operator!= ( const CFixedTime & Other) const
inlineconstexpr

◆ operator+()

CFixedTime CFixedTime::operator+ ( const CFixedTime & Other) const
inlineconstexpr

◆ operator+=()

CFixedTime & CFixedTime::operator+= ( const CFixedTime & Other)
inlineconstexpr

◆ operator-()

CFixedTime CFixedTime::operator- ( const CFixedTime & Other) const
inlineconstexpr

◆ operator-=()

CFixedTime & CFixedTime::operator-= ( const CFixedTime & Other)
inlineconstexpr

◆ operator<()

bool CFixedTime::operator< ( const CFixedTime & Other) const
inlineconstexpr

◆ operator<=()

bool CFixedTime::operator<= ( const CFixedTime & Other) const
inlineconstexpr

◆ operator==()

bool CFixedTime::operator== ( const CFixedTime & Other) const
inlineconstexpr

◆ operator>()

bool CFixedTime::operator> ( const CFixedTime & Other) const
inlineconstexpr

◆ operator>=()

bool CFixedTime::operator>= ( const CFixedTime & Other) const
inlineconstexpr

Member Data Documentation

◆ m_FixedPoint

int CFixedTime::m_FixedPoint
private

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