C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2

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.
 

Detailed Description

template<class Type>
class List< Type >

List of pointers to elements.

List of pointers to elements.


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