NodePool.get

Obtains a Node instance. If there are currently free nodes, one of these is used, otherwise a new Node instance is created.

class NodePool(Node)
Node*
get
()

Return Value

Type: Node*

Node instance

Meta