#include <gen.h>


Public Member Functions | |
| a2dRefCountList () | |
| constructor | |
| ~a2dRefCountList () | |
| destructor | |
| void | push_backobj (wxObject *obj) |
| convenient to push wxObject, instead of a2dRefCount( theObjectToWrap ) | |
| void | push_frontobj (wxObject *obj) |
| convenient to push wxObject, instead of a2dRefCount( theObjectToWrap ) | |
Makes it possible to store wxObject* in a STL lists by using smart pointers. Deletion of the wxObject will be automaticaly done via a2dRefCount class.
Definition at line 982 of file gen.h.