|
CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
|
#include <cartotype_list.h>
Classes | |
| class | TConstIter |
| class | TIter |
Public Member Functions | |
| void | Clear () |
| int32_t | Count () const |
| void | Prefix (const T &aT) |
| void | Append (const T &aT) |
| void | Delete (TIter &aIter) |
| TIter | First () |
| TIter | Last () |
| TConstIter | First () const |
| TConstIter | Last () const |
| TIter | Iter (TListLink *aLink) |
| TConstIter | Iter (const TListLink *aLink) |
A list class designed to hold small objects directly.
|
inline |
Inserts a new element at the end of the list.
|
inline |
Deletes all objects from the list.
|
inline |
Returns the number of elements in the list.
|
inline |
Deletes the element referred to by the iterator aIter.
|
inline |
Returns a non-constant iterator referring to the first element of the list.
|
inline |
Returns a constant iterator referring to the first element of the list.
|
inline |
Returns a constant iterator referring to a specified link.
|
inline |
Returns a non-constant iterator referring to a specified link.
|
inline |
Returns a non-constant iterator referring to the last element of the list.
|
inline |
Returns a constant iterator referring to the last element of the list.
|
inline |
Inserts a new element at the start of the list.