#include <sdbllist.hpp>
Collaboration diagram for SDoubleListRange::LeftEndMover:

Definition at line 275 of file sdbllist.hpp.
Public Member Functions | |
| operator SBacklinkRef () const | |
| Cast to the item reference. | |
| SBacklinkRef | operator++ () const |
| Move right. | |
| SBacklinkRef | operator++ (int) const |
| Move right. | |
| SBacklinkRef | operator-- () const |
| Move left. | |
| SBacklinkRef | operator-- (int) const |
| Move left. | |
| void | JumpToFirst () const |
| Move to the firts item of the list. | |
| void | JumpToLast () const |
| Move to the last item of the list. | |
| void | JumpToRightEnd () const |
| Move to the last item of the range thus making it empty. | |
Friends | |
| class | SDoubleListRange |
|
|
Cast to the item reference.
Definition at line 178 of file sdbllist.cpp. References SDoubleListRange::first, SDoubleListRange::IsEmpty(), and PTheEmptyList. |
|
|
Move right.
Definition at line 184 of file sdbllist.cpp. References SDoubleListRange::first, SDoubleListRange::follow, and SDoubleListRange::IsEmpty(). |
|
|
Move right.
Definition at line 190 of file sdbllist.cpp. References SDoubleListRange::first, SDoubleListRange::follow, and SDoubleListRange::IsEmpty(). |
|
|
Move left.
Definition at line 196 of file sdbllist.cpp. References SDoubleListRange::first, SReference::IsEmptyList(), and SDoubleListRange::master. |
|
|
Move left.
Definition at line 203 of file sdbllist.cpp. References SDoubleListRange::first, SReference::IsEmptyList(), SDoubleListRange::master, and PTheEmptyList. |
|
|
Move to the firts item of the list.
Definition at line 212 of file sdbllist.cpp. References SDoubleListRange::first, and SDoubleListRange::master. |
|
|
Move to the last item of the list.
Definition at line 217 of file sdbllist.cpp. References SDoubleListRange::first, SDoubleListRange::follow, and PTheEmptyList. |
|
|
Move to the last item of the range thus making it empty.
Definition at line 223 of file sdbllist.cpp. References SDoubleListRange::first, and SDoubleListRange::follow. |
|
|
Definition at line 276 of file sdbllist.hpp. |
1.4.1