![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "itemsmodel.h"
Public Types | |
| using | Type = T |
Public Member Functions | |
| RoleOf ()=default | |
| RoleOf (const RoleOf &other)=default | |
| RoleOf (RoleOf &&other)=default | |
| RoleOf & | operator= (const RoleOf &other)=default |
| RoleOf & | operator= (RoleOf &&other)=default |
| template<typename U = T> | |
| RoleOf (U &&value) | |
| template<typename U = T> | |
| RoleOf & | operator= (U &&value) |
| template<typename U = T> | |
| bool | operator== (const U &value) const |
| T & | operator* () |
| const T & | operator* () const |
| T * | operator-> () |
| const T * | operator-> () const |
| operator T () const | |
| operator QVariant () const | |
Public Attributes | |
| T | Value_ {} |
Static Public Attributes | |
| static constexpr auto | Role = RoleV |
Definition at line 18 of file itemsmodel.h.
| using LC::Util::RoleOf< T, RoleV >::Type = T |
Definition at line 22 of file itemsmodel.h.
|
default |
Referenced by RoleOf(), RoleOf(), operator=(), operator=(), and operator=().
|
default |
|
default |
|
inline |
Definition at line 35 of file itemsmodel.h.
References Value_.
|
inline |
Definition at line 80 of file itemsmodel.h.
References Value_.
|
inline |
Definition at line 74 of file itemsmodel.h.
|
inline |
Definition at line 54 of file itemsmodel.h.
References Value_.
|
inline |
Definition at line 59 of file itemsmodel.h.
References Value_.
|
inline |
Definition at line 64 of file itemsmodel.h.
References Value_.
|
inline |
Definition at line 69 of file itemsmodel.h.
References Value_.
|
default |
|
default |
|
inline |
Definition at line 41 of file itemsmodel.h.
References RoleOf(), and Value_.
|
inline |
Definition at line 49 of file itemsmodel.h.
References Value_.
|
staticconstexpr |
Definition at line 20 of file itemsmodel.h.
| T LC::Util::RoleOf< T, RoleV >::Value_ {} |
Definition at line 24 of file itemsmodel.h.
Referenced by RoleOf(), operator QVariant(), operator*(), operator*(), operator->(), operator->(), operator=(), and operator==().