List of All Members for QScopedPointer
This is the complete list of members for QScopedPointer, including inherited members.
- QScopedPointer(T *)
- ~QScopedPointer()
- data() const : T *
- get() const : T *
- isNull() const : bool
- reset(T *)
- swap(QScopedPointer<T, Cleanup> &)
- take() : T *
- operator bool() const : bool
- operator!() const : bool
- operator*() const : T &
- operator->() const : T *