DListIterator

Undocumented in source.

Constructors

this
this(DList!(T) list)
Undocumented in source.

Members

Functions

advance
void advance()
Undocumented in source. Be warned that the author may not have intended to support it.
atBegin
bool atBegin()
Undocumented in source. Be warned that the author may not have intended to support it.
atEnd
bool atEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
erase
void erase()
Undocumented in source. Be warned that the author may not have intended to support it.
eraseUntil
DList!(T) eraseUntil(DListIterator!(T) end)
Undocumented in source. Be warned that the author may not have intended to support it.
getList
DList!(T) getList()
Undocumented in source. Be warned that the author may not have intended to support it.
insertAfter
void insertAfter(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
insertBefore
void insertBefore(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
insertListBefore
DListIterator!(T) insertListBefore(DList!(T) list)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
DListIterator!(T) opBinary(int cnt)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
DListIterator!(T) opBinary(int cnt)
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto ref opDispatch(ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto opDispatch(ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto opDispatch(ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
opDot
T opDot()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(typeof(this) other)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(int cnt)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(int cnt)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
T opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
void opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
void opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
retreat
void retreat()
Undocumented in source. Be warned that the author may not have intended to support it.
setList
void setList(DList!(T) list)
Undocumented in source. Be warned that the author may not have intended to support it.
valid
bool valid()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_list
DList!(T) _list;
Undocumented in source.
_pos
DListNode!(T)* _pos;
Undocumented in source.

Meta