#include <ccobject.h>
Public Member Functions | |
AutoDeleteCCObject (CCObject *pObj) | |
~AutoDeleteCCObject () | |
void | Attach (CCObject *pObj) |
void | Detach () |
Protected Attributes | |
CCObject * | m_pObj |
Definition at line 421 of file ccobject.h.
|
Definition at line 424 of file ccobject.h. 00424 : m_pObj(pObj) {}
|
|
Definition at line 425 of file ccobject.h.
|
|
Definition at line 430 of file ccobject.h. 00431 { 00432 m_pObj = pObj; 00433 }
|
|
Definition at line 434 of file ccobject.h.
|
|
Definition at line 440 of file ccobject.h. |