#include <sdbllist.hpp>
This class is much like the SListConstructor class, except it creates a doubly-linked list.
Definition at line 202 of file sdbllist.hpp.
Public Member Functions | |
| SDoubleListConstructor () | |
| Constructor. | |
| ~SDoubleListConstructor () | |
| Destructor. | |
| SDoubleListRef | operator| (const SReference &t) const |
| This operator makes a doubly-linked list of one element. | |
|
|
Constructor.
Definition at line 204 of file sdbllist.hpp. |
|
|
Destructor.
Definition at line 205 of file sdbllist.hpp. |
|
|
This operator makes a doubly-linked list of one element.
Definition at line 209 of file sdbllist.hpp. |
1.4.1