repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
QcPenPrinter: no need to allocate QPrintDialog on heap
[supercollider.git]
/
HelpSource
/
Classes
/
LinkedListNode.schelp
blob
d3edcf71bfd613be29a94b4f540bad5f4c8d5fc4
1
CLASS::LinkedListNode
2
summary:: Internally used class for LinkedList nodes
3
categories:: Collections
4
5
DESCRIPTION::
6
LinkedListNode is used to implement the internal nodes of the link::Classes/LinkedList:: class.
7
You should not need to deal with a LinkedListNode directly.