109 Int64 m_microseconds;
Vector2< T > & operator-=(Vector2< T > &left, const Vector2< T > &right)
Vector2< T > operator-(const Vector2< T > &right)
Vector2< T > operator*(const Vector2< T > &left, T right)
Vector2< T > operator+(const Vector2< T > &left, const Vector2< T > &right)
Vector2< T > operator/(const Vector2< T > &left, T right)
Vector2< T > & operator*=(Vector2< T > &left, T right)
Vector2< T > & operator/=(Vector2< T > &left, T right)
Vector2< T > & operator+=(Vector2< T > &left, const Vector2< T > &right)
Int64 asMicroseconds() const
Return the time value as a number of microseconds.
static const Time Zero
Predefined "zero" time value.
friend SFML_SYSTEM_API Time milliseconds(Int32)
SFML_SYSTEM_API Time microseconds(Int64 amount)
Construct a time value from a number of microseconds.
Int32 asMilliseconds() const
Return the time value as a number of milliseconds.
float asSeconds() const
Return the time value as a number of seconds.
friend SFML_SYSTEM_API Time microseconds(Int64)
friend SFML_SYSTEM_API Time seconds(float)
Time()
Default constructor.
SFML_SYSTEM_API Time seconds(float amount)
Construct a time value from a number of seconds.
SFML_SYSTEM_API Time milliseconds(Int32 amount)
Construct a time value from a number of milliseconds.
SFML_NETWORK_API bool operator>=(const IpAddress &left, const IpAddress &right)
Overload of >= operator to compare two IP addresses.
SFML_NETWORK_API bool operator<(const IpAddress &left, const IpAddress &right)
Overload of < operator to compare two IP addresses.
SFML_NETWORK_API bool operator>(const IpAddress &left, const IpAddress &right)
Overload of > operator to compare two IP addresses.
SFML_NETWORK_API bool operator==(const IpAddress &left, const IpAddress &right)
Overload of == operator to compare two IP addresses.
SFML_NETWORK_API bool operator!=(const IpAddress &left, const IpAddress &right)
Overload of != operator to compare two IP addresses.
SFML_NETWORK_API bool operator<=(const IpAddress &left, const IpAddress &right)
Overload of <= operator to compare two IP addresses.