Stellarium 0.13.3
Classes | Typedefs
StelObjectType.hpp File Reference

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...
 

Detailed Description

Define the StelObjectP type.

Definition in file StelObjectType.hpp.

Typedef Documentation

Intrusive pointer used to manage StelObject with smart pointers.

Definition at line 44 of file StelObjectType.hpp.