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]

constexpr CFixedTime::CFixedTime ( )
inlineconstexpr

◆ CFixedTime() [2/2]

constexpr CFixedTime::CFixedTime ( int  FixedPoint)
inlineexplicitconstexpr

Member Function Documentation

◆ AsSeconds()

constexpr float CFixedTime::AsSeconds ( ) const
inlineconstexpr

◆ FromSeconds()

static constexpr CFixedTime CFixedTime::FromSeconds ( float  Seconds)
inlinestaticconstexpr

◆ GetInternal()

constexpr int CFixedTime::GetInternal ( ) const
inlineconstexpr

◆ operator!=()

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

◆ operator+()

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

◆ operator+=()

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

◆ operator-()

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

◆ operator-=()

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

◆ operator<()

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

◆ operator<=()

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

◆ operator==()

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

◆ operator>()

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

◆ operator>=()

constexpr 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: