LinkedList

Undocumented in source.

Members

Functions

append
void append(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
find
bool find(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
findNode
Node!T* findNode(T key)
Undocumented in source. Be warned that the author may not have intended to support it.
freeAllNode
void freeAllNode()
Undocumented in source. Be warned that the author may not have intended to support it.
freeNode
void freeNode(Node!T* node)
Undocumented in source. Be warned that the author may not have intended to support it.
moveFirst
void moveFirst()
Undocumented in source. Be warned that the author may not have intended to support it.
removeNode
void removeNode(Node!T* node)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
firstNode
Node!T* firstNode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
Node!T* front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lastNode
Node!T* lastNode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
thisNode
Node!T* thisNode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta