QList.const_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(const_iterator) o)
Undocumented in source.
this
this(const(iterator) o)
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 = const(T)*
Undocumented in source.
value_type
alias value_type = T
Undocumented in source.

Functions

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