QcPenPrinter: no need to allocate QPrintDialog on heap
[supercollider.git] / HelpSource / Classes / LinkedListNode.schelp
blobd3edcf71bfd613be29a94b4f540bad5f4c8d5fc4
1 CLASS::LinkedListNode
2 summary:: Internally used class for LinkedList nodes
3 categories:: Collections
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.