![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtaggedtime_p.h>
Public Member Functions | |
| constexpr ValueType | get () const noexcept |
| constexpr | BaseTime (ValueType value) noexcept |
| constexpr | BaseTime (const ThisType &other) noexcept |
| constexpr ThisType & | operator= (const ThisType &other) noexcept |
| Q_DECLARE_STRONGLY_ORDERED (ThisType) | |
| constexpr ThisType | operator- () const |
Static Public Member Functions | |
| static constexpr ThisType | zero () |
Friends | |
| bool | comparesEqual (const ThisType &lhs, const ThisType &rhs) noexcept |
| constexpr Qt::strong_ordering | compareThreeWay (const ThisType &lhs, const ThisType &rhs) noexcept |
| constexpr ThisType | operator+ (const ThisType &lhs, const AmendedType &rhs) noexcept |
| template<typename T = ThisType, std::enable_if_t<!std::is_same_v< AmendedType, T > > * = nullptr> | |
| constexpr ThisType | operator+ (const AmendedType &lhs, const ThisType &rhs) noexcept |
| constexpr ThisType | operator- (const ThisType &lhs, const AmendedType &rhs) noexcept |
| constexpr ThisType & | operator+= (ThisType &lhs, const AmendedType &rhs) noexcept |
| constexpr ThisType & | operator-= (ThisType &lhs, const AmendedType &rhs) noexcept |
Definition at line 23 of file qtaggedtime_p.h.
|
inlineconstexprnoexcept |
Definition at line 28 of file qtaggedtime_p.h.
|
inlineconstexprnoexcept |
Definition at line 29 of file qtaggedtime_p.h.
|
inlineconstexprnoexcept |
Definition at line 26 of file qtaggedtime_p.h.
|
inlineconstexpr |
Definition at line 50 of file qtaggedtime_p.h.
|
inlineconstexprnoexcept |
Definition at line 31 of file qtaggedtime_p.h.
| BaseTime< ValueType, ThisType, AmendedType >::Q_DECLARE_STRONGLY_ORDERED | ( | ThisType | ) |
|
inlinestaticconstexpr |
Definition at line 80 of file qtaggedtime_p.h.
|
friend |
Definition at line 37 of file qtaggedtime_p.h.
|
friend |
Definition at line 42 of file qtaggedtime_p.h.
|
friend |
Definition at line 58 of file qtaggedtime_p.h.
|
friend |
Definition at line 52 of file qtaggedtime_p.h.
|
friend |
Definition at line 68 of file qtaggedtime_p.h.
|
friend |
Definition at line 63 of file qtaggedtime_p.h.
|
friend |
Definition at line 74 of file qtaggedtime_p.h.