![]() |
Qt 6.x
The Qt SDK
|
#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.
References pos.
Referenced by QSpecialIntegerConstAccessor< S, pos, width, T >::operator Type(), QSpecialIntegerConstAccessor< S, pos, width, T >::operator!(), and QSpecialIntegerAccessor< S, pos, width, T >::operator=().
|
inlinenoexcept |
Definition at line 51 of file qendian_p.h.
References i, QSpecialIntegerConstAccessor< S, pos, width, T >::mask(), pos, and QSpecialIntegerStorage< S >::val.
|
inlinenoexcept |
Definition at line 63 of file qendian_p.h.
References QSpecialIntegerConstAccessor< S, pos, width, T >::mask(), and QSpecialIntegerStorage< S >::val.
|
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.