fluid.future.static_id

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.

Members

Functions

staticID
StaticID staticID()

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.

Structs

StaticID
struct StaticID

Unique ID generated from a symbol.

Meta