#include <linked_list.hpp>
Public Member Functions | |
T * | getNextListNode () const |
void | setNextListNode (T *node) |
Protected Member Functions | |
LinkedListNode () | |
~LinkedListNode () | |
Private Attributes | |
T * | next_ |
Additional Inherited Members | |
![]() | |
Noncopyable () | |
~Noncopyable () | |
Classes that are supposed to be linked-listed should derive this.
Definition at line 20 of file linked_list.hpp.
|
inlineprotected |
Definition at line 25 of file linked_list.hpp.
|
inlineprotected |
Definition at line 29 of file linked_list.hpp.
|
inline |
Definition at line 32 of file linked_list.hpp.
|
inline |
Definition at line 34 of file linked_list.hpp.
|
private |
Definition at line 22 of file linked_list.hpp.