![]() |
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
#include <QSharedPointer>
Go to the source code of this file.
Classes | |
class | QSharedPointerNoDelete< T > |
Special version of QSharedPointer which by default doesn't delete the referenced pointer when the reference count reaches 0. More... | |
Typedefs | |
typedef QSharedPointerNoDelete < StelObject > | StelObjectP |
Intrusive pointer used to manage StelObject with smart pointers.