|
CartoType API
|
#include <cartotype_list.h>
Inherited by CartoType::CList< T >::TLink, and CartoType::CPointerList< T >::TLink.
Public Attributes | |
| TListLink * | iPrev |
| TListLink * | iNext |
The base class for list items in the CList and CPointerList template classes.
A pointer to the next item in the list, or, if this is the last item, the first item in the list.
A pointer to the previous item in the list, or, if this is the first item, the last item in the list.
1.7.5.1