#include "wx/general/generaldef.h"
#include <memory>
#include <list>
#include "a2dlist.inl"


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 | |
License: wxWidgets License
RCS-ID:
Definition in file a2dlist.h.