C3D Toolkit
Kernel - 117958, Vision - 2.7.6.12
|
List of pointers to elements. More...
#include <templ_s_list.h>
Protected Attributes | |
bool | owns |
Attribute of ownership of elements. | |
size_t | count |
The number of elements in the list. | |
ListItem< Type > * | first |
A pointer to the first list element. | |
ListItem< Type > * | last |
A pointer to the last list element. | |