Stellarium 0.15.2
Classes | Typedefs
StelObjectType.hpp File Reference

Define the StelObjectP type. More...

#include <QSharedPointer>
+ Include dependency graph for StelObjectType.hpp:
+ This graph shows which files directly or indirectly include this file:

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