Order

Enum allowing to give special order of a system when registering it to the SystemManager.

Members

Static functions

after
auto after(S system)

Place after system in the list.

before
auto before(S system)

Place before system in the list.

first
auto first()

Fisrt place in the list.

last
auto last()

Last place in the list.

Meta