My Project
|
holding a reference of this class More...
#include <ParticleSystemRef.h>
Public Member Functions | |
ParticleSystemRef (ParticleSystem *ptr) | |
ParticleSystemRef (const ParticleSystemRef &r) | |
ParticleSystemRef & | operator= (const ParticleSystemRef &r) |
ParticleSystem * | get () const |
operator bool () const | |
bool | operator! () const |
ParticleSystem & | operator* () const |
ParticleSystem * | operator-> () const |
bool | operator== (const ParticleSystemRef &b) |
bool | operator!= (const ParticleSystemRef &b) |
bool | operator== (ParticleSystem const *b) |
bool | operator!= (ParticleSystem const *b) |
Protected Attributes | |
ParticleSystem * | m_ptr |
holding a reference of this class