![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosutils.h>
Public Types | |
| using | ValueType = IdValueType |
Public Member Functions | |
| TypedId (IdValueType value) | |
| TypedId ()=default | |
| TypedId (const TypedId &other) | |
| TypedId & | operator= (const TypedId &other) |
| TypedId (TypedId &&other) | |
| TypedId & | operator= (TypedId &&other) |
| ~TypedId ()=default | |
| bool | operator== (const TypedId &other) const |
| bool | operator!= (const TypedId &other) const |
| bool | operator< (const TypedId &other) const |
| IdValueType | value () const |
Definition at line 34 of file qohosutils.h.
| using QtOhos::TypedId< IdValueType, TypeTag >::ValueType = IdValueType |
Definition at line 37 of file qohosutils.h.
|
explicit |
Definition at line 149 of file qohosutils.h.
|
default |
|
default |
|
default |
|
default |
| bool QtOhos::TypedId< IdValueType, Tag >::operator!= | ( | const TypedId< IdValueType, TypeTag > & | other | ) | const |
Definition at line 161 of file qohosutils.h.
| bool QtOhos::TypedId< IdValueType, Tag >::operator< | ( | const TypedId< IdValueType, TypeTag > & | other | ) | const |
Definition at line 167 of file qohosutils.h.
|
default |
|
default |
| bool QtOhos::TypedId< IdValueType, Tag >::operator== | ( | const TypedId< IdValueType, TypeTag > & | other | ) | const |
Definition at line 155 of file qohosutils.h.
| IdValueType QtOhos::TypedId< IdValueType, Tag >::value | ( | ) | const |
Definition at line 173 of file qohosutils.h.