![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qendian_p.h>
Public Types | |
using | Storage = const QSpecialIntegerStorage<S> |
using | Type = T |
using | UnsignedType = std::make_unsigned_t<T> |
Public Member Functions | |
operator Type () const noexcept | |
bool | operator! () const noexcept |
Static Public Member Functions | |
static constexpr UnsignedType | mask () noexcept |
Friends | |
template<class Storage, typename... Accessors> | |
class | QSpecialIntegerBitfieldUnion |
class | QSpecialIntegerAccessor< S, pos, width, T > |
bool | operator== (const QSpecialIntegerConstAccessor< S, pos, width, T > &i, const QSpecialIntegerConstAccessor< S, pos, width, T > &j) noexcept |
bool | operator!= (const QSpecialIntegerConstAccessor< S, pos, width, T > &i, const QSpecialIntegerConstAccessor< S, pos, width, T > &j) noexcept |
Definition at line 43 of file qendian_p.h.
using QSpecialIntegerConstAccessor< S, pos, width, T >::Storage = const QSpecialIntegerStorage<S> |
Definition at line 47 of file qendian_p.h.
using QSpecialIntegerConstAccessor< S, pos, width, T >::Type = T |
Definition at line 48 of file qendian_p.h.
using QSpecialIntegerConstAccessor< S, pos, width, T >::UnsignedType = std::make_unsigned_t<T> |
Definition at line 49 of file qendian_p.h.
|
inlinestaticconstexprnoexcept |
Definition at line 65 of file qendian_p.h.
|
inlinenoexcept |
Definition at line 51 of file qendian_p.h.
|
inlinenoexcept |
Definition at line 63 of file qendian_p.h.
|
friend |
Definition at line 88 of file qendian_p.h.
|
friend |
Definition at line 82 of file qendian_p.h.
|
friend |
Definition at line 77 of file qendian_p.h.
|
friend |
Definition at line 77 of file qendian_p.h.