CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
Public Attributes | List of all members
CartoType::TListLink Class Reference

#include <cartotype_list.h>

Public Attributes

TListLinkiPrev = nullptr
 
TListLinkiNext = nullptr
 

Detailed Description

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

Member Data Documentation

◆ iNext

TListLink* CartoType::TListLink::iNext = nullptr

A pointer to the next item in the list, or, if this is the last item, the first item in the list.

◆ iPrev

TListLink* CartoType::TListLink::iPrev = nullptr

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: