a2dRefCountList Class Reference
[base classes used for many others]

list for a2dRefCount Smart pointers More...

#include <gen.h>

Inheritance diagram for a2dRefCountList:

Inheritance graph
[legend]
Collaboration diagram for a2dRefCountList:

Collaboration graph
[legend]

List of all members.

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 )


Detailed Description

list for a2dRefCount Smart pointers

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.


The documentation for this class was generated from the following file:
a2dRefCountList Class Reference -- Tue Aug 31 18:33:07 2010 -- 31 Aug 2010 -- 1.5.5 -- wxArt2D -- . -- Main Page Reference Documentation