wxArt2D
Classes | Macros
a2dlist.h File Reference

basic list class based on STL containers. More...

#include "wx/general/generaldef.h"
#include <memory>
#include <list>
#include "a2dlist.inl"
Include dependency graph for a2dlist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  a2dSmrtPtr< Clss >
 A pointer class, that automatically calls SmrtPtrOwn/SmrtPtrRelease. More...
 
class  a2dlist< T >
 std list compatible list More...
 

Macros

#define forEachIn(listtype, list)   for( listtype::iterator iter = (list)->begin(); iter != (list)->end(); ++iter )
 easy iteration for a2dlist
 
#define const_forEachIn(listtype, list)   for( listtype::const_iterator iter = (list)->begin(); iter != (list)->end(); ++iter )
 easy const iteration for a2dlist
 

Detailed Description

basic list class based on STL containers.

Author
Klaas Holwerda
Kevin J Bluck
Date
1/11/2005

Copyright: 2005 (c) Kevin J Bluck

License: wxWidgets License

RCS-ID:

Id:
a2dlist.h,v 1.22 2008/08/05 15:52:43 titato Exp

Definition in file a2dlist.h.

a2dlist.h File Reference -- Sun Oct 12 2014 17:04:26 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation