/////////////////////////////////////////////////////////////////////////////
/**
- @wxheader{list.h}
The wxList<T> class provides linked list functionality. It has been rewritten
to be type safe and to provide the full API of the STL std::list container and
wxList<T>();
/**
- Constructor which initialized the list with an array of @count elements.
+ Constructor which initialized the list with an array of @a count elements.
*/
wxList<T>(size_t count, T* elements[]);
/**
@class wxNode
- @wxheader{list.h}
wxNodeBase is the node structure used in linked lists (see
wxList) and derived classes. You should never use wxNodeBase