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  a2dlist< T >
 std list compatible list More...
class  a2dPtr< Clss >
class  a2dPtrList< T >
 A list class for pointers. More...

Defines

#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 -- Tue Aug 31 17:56:40 2010 -- 31 Aug 2010 -- 1.5.5 -- wxArt2D -- . -- Main Page Reference Documentation