![]() |
Qt 6.x
The Qt SDK
|
#include <qendian_p.h>
Public Types | |
using | Const = QSpecialIntegerConstAccessor< S, pos, width, T > |
using | Storage = QSpecialIntegerStorage< S > |
using | Type = T |
using | UnsignedType = std::make_unsigned_t< T > |
Public Member Functions | |
QSpecialIntegerAccessor & | operator= (Type t) |
operator Const () | |
Friends | |
template<class Storage , typename... Accessors> | |
class | QSpecialIntegerBitfieldUnion |
Definition at line 98 of file qendian_p.h.
using QSpecialIntegerAccessor< S, pos, width, T >::Const = QSpecialIntegerConstAccessor<S, pos, width, T> |
Definition at line 102 of file qendian_p.h.
using QSpecialIntegerAccessor< S, pos, width, T >::Storage = QSpecialIntegerStorage<S> |
Definition at line 103 of file qendian_p.h.
using QSpecialIntegerAccessor< S, pos, width, T >::Type = T |
Definition at line 104 of file qendian_p.h.
using QSpecialIntegerAccessor< S, pos, width, T >::UnsignedType = std::make_unsigned_t<T> |
Definition at line 105 of file qendian_p.h.
|
inline |
Definition at line 116 of file qendian_p.h.
|
inline |
Definition at line 107 of file qendian_p.h.
References i, QSpecialIntegerConstAccessor< S, pos, width, T >::mask(), pos, and QSpecialIntegerStorage< S >::val.
|
friend |
Definition at line 120 of file qendian_p.h.