List of All Members for QTaggedPointer
This is the complete list of members for QTaggedPointer, including inherited members.
- TagType
- Type
- QTaggedPointer()
- QTaggedPointer(std::nullptr_t)
- QTaggedPointer(T *, Tag)
- data() const : T *
- isNull() const : bool
- setTag(Tag)
- swap(QTaggedPointer<T, Tag> &)
- tag() const : Tag
- operator bool() const : bool
- operator*() const : Type &
- operator->() const : Type *
- operator=(T *) : QTaggedPointer<T, Tag> &