|
C3D Toolkit
Kernel - 118057, Vision - 2.14.7.1821
|
List of pointers to elements. More...
#include <templ_s_list.h>
Collaboration diagram for List< Type >: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. | |