Stellarium 0.15.2
|
Define the StelObjectP type. More...
#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. More... | |
Define the StelObjectP type.
Definition in file StelObjectType.hpp.
Intrusive pointer used to manage StelObject with smart pointers.
Definition at line 44 of file StelObjectType.hpp.