This module enables allocating a runtime ID for symbols. This makes it possible to uniquely identify node tags, input actions and I/O modules.
Use staticID to produce new static IDs.
This function will produce a unique ID associated with the given symbol by allocating a small piece of static memory. Its address will be then used as an ID.
Unique ID generated from a symbol.
See Source File
This module enables allocating a runtime ID for symbols. This makes it possible to uniquely identify node tags, input actions and I/O modules.
Use staticID to produce new static IDs.