CartoType API
Public Attributes
CartoType::TListLink Class Reference

#include <cartotype_list.h>

Inherited by CartoType::CList< T >::TLink, and CartoType::CPointerList< T >::TLink.

List of all members.

Public Attributes

TListLinkiPrev
TListLinkiNext

Detailed Description

The base class for list items in the CList and CPointerList template classes.


Member Data Documentation

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.


The documentation for this class was generated from the following file: