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
BaseTime< ValueType, ThisType, AmendedType > Member List

This is the complete list of members for BaseTime< ValueType, ThisType, AmendedType >, including all inherited members.

BaseTime(ValueType value) noexceptBaseTime< ValueType, ThisType, AmendedType >inline
BaseTime(const ThisType &other) noexceptBaseTime< ValueType, ThisType, AmendedType >inline
comparesEqual(const ThisType &lhs, const ThisType &rhs) noexceptBaseTime< ValueType, ThisType, AmendedType >friend
compareThreeWay(const ThisType &lhs, const ThisType &rhs) noexceptBaseTime< ValueType, ThisType, AmendedType >friend
get() const noexceptBaseTime< ValueType, ThisType, AmendedType >inline
operator+(const ThisType &lhs, const AmendedType &rhs) noexceptBaseTime< ValueType, ThisType, AmendedType >friend
operator+(const AmendedType &lhs, const ThisType &rhs) noexceptBaseTime< ValueType, ThisType, AmendedType >friend
operator+=(ThisType &lhs, const AmendedType &rhs) noexceptBaseTime< ValueType, ThisType, AmendedType >friend
operator-() constBaseTime< ValueType, ThisType, AmendedType >inline
operator-(const ThisType &lhs, const AmendedType &rhs) noexceptBaseTime< ValueType, ThisType, AmendedType >friend
operator-=(ThisType &lhs, const AmendedType &rhs) noexceptBaseTime< ValueType, ThisType, AmendedType >friend
operator=(const ThisType &other) noexceptBaseTime< ValueType, ThisType, AmendedType >inline
Q_DECLARE_STRONGLY_ORDERED(ThisType)BaseTime< ValueType, ThisType, AmendedType >