API Guides > ConceptRT 3.x
LinkedListCell< T > Class Template Reference

Linked list cell. More...

Detailed Description

template<typename T>
class ConceptRT::LinkedListCell< T >

Linked list cell.

Template Parameters
TList items type.
See also
LinkedList

Public Attributes

Item
 The item cell More...
 
OwningPointer< LinkedListCell< T > > Next
 The next cell More...
 

Fields Documentation

T Item

The item cell

The next cell