fluid.future.context

Undocumented in source.

Members

Aliases

allIOs
alias allIOs(T) = Filter!(isIO, InterfacesTuple!T)

Get all IOs implemented by the given type

Enums

isIO
eponymoustemplate isIO(T)
Undocumented in source.

Functions

ioID
IOID ioID()
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

HasContext
interface HasContext
Undocumented in source.
IO
interface IO
Undocumented in source.

Structs

IOID
struct IOID

ID for an I/O interface.

TreeActionContext
struct TreeActionContext

Keeps track of currently active actions.

TreeContext
struct TreeContext
Undocumented in source.
TreeContextData
struct TreeContextData
Undocumented in source.
TreeIOContext
struct TreeIOContext

Active context for I/O operations. Keeps track of currently active systems for each I/O interface.

Meta