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

Linked list cell. More...

Detailed Description

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

Linked list cell.

Template Parameters
TList items type.
See also
LinkedList

Public Attributes

T * Item
 The item cell More...
 
LinkedReferenceListCell< T > * Next
 The next cell More...
 
LinkedReferenceListCell< T > * Previous
 The next cell More...
 

Fields Documentation

T* Item

The item cell

The next cell

The next cell