"L. Spiro Engine"
Public Attributes

lstl::CSingleLinkedList< _tType >::LSTL_LINKED_LIST_NODE Struct Reference

#include <LSTLSingleLinkedList.h>

List of all members.

Public Attributes

_tType tLinkedListObject
LSTL_LINKED_LIST_NODEpllnLinkedListNext

Detailed Description

template<typename _tType>
struct lstl::CSingleLinkedList< _tType >::LSTL_LINKED_LIST_NODE

Each item in the linked list is of this type.


Member Data Documentation

The next object in the list.

template<typename _tType >
_tType lstl::CSingleLinkedList< _tType >::LSTL_LINKED_LIST_NODE::tLinkedListObject

The object we hold.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator