QList.iterator

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(Node* n)
Undocumented in source.
this
this(const(iterator) o)
Undocumented in source.

Members

Aliases

difference_type
alias difference_type = qptrdiff
Undocumented in source.
pointer
alias pointer = T*
Undocumented in source.
value_type
alias value_type = T
Undocumented in source.

Functions

opBinary
iterator opBinary(difference_type j)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
iterator opBinary(difference_type j)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
int opBinary(iterator j)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(difference_type j)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
iterator opOpAssign(difference_type j)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
iterator opOpAssign(difference_type j)
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
iterator opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
iterator opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

i
Node* i;
Undocumented in source.

Meta