My Project
Public Member Functions | Protected Attributes | List of all members
ParaEngine::ParticleSystemRef Struct Reference

holding a reference of this class More...

#include <ParticleSystemRef.h>

Public Member Functions

 ParticleSystemRef (ParticleSystem *ptr)
 
 ParticleSystemRef (const ParticleSystemRef &r)
 
ParticleSystemRefoperator= (const ParticleSystemRef &r)
 
ParticleSystemget () const
 
 operator bool () const
 
bool operator! () const
 
ParticleSystemoperator* () const
 
ParticleSystemoperator-> () const
 
bool operator== (const ParticleSystemRef &b)
 
bool operator!= (const ParticleSystemRef &b)
 
bool operator== (ParticleSystem const *b)
 
bool operator!= (ParticleSystem const *b)
 

Protected Attributes

ParticleSystemm_ptr
 

Detailed Description

holding a reference of this class


The documentation for this struct was generated from the following files: