![]() |
scire
Sadh's C++ Impromptu Routines Ensemble
|
represent an item node in Singly Linked List More...
#include <linkedlist.hpp>
Public Member Functions | |
| Node (const Type &newitem, Node *nextNode) | |
| pointer to next item More... | |
| const Type & | Item () const |
Public Attributes | |
| Type | item |
| Node * | next |
| item at this node More... | |
represent an item node in Singly Linked List
Definition at line 93 of file linkedlist.hpp.
|
inline |
pointer to next item
Definition at line 98 of file linkedlist.hpp.
|
inline |
Definition at line 100 of file linkedlist.hpp.
| Type scire::SinglyList< Type, SzType >::Node::item |
Definition at line 95 of file linkedlist.hpp.
| Node* scire::SinglyList< Type, SzType >::Node::next |
item at this node
Definition at line 96 of file linkedlist.hpp.