Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
steam::control::anonymous_namespace{command-setup.cpp} Namespace Reference

Typedefs

using CmdDefEntry = std::tuple< Symbol, DefinitionClosure >
 

Functions

std::deque< CmdDefEntry > & pendingCmdDefinitions ()
 

Variables

LifecycleHook schedule_ (ON_GLOBAL_INIT, &CommandSetup::invokeDefinitionClosures)
 

Typedef Documentation

◆ CmdDefEntry

Definition at line 61 of file command-setup.cpp.

Function Documentation

◆ pendingCmdDefinitions()

std::deque< CmdDefEntry > & pendingCmdDefinitions ( )

Definition at line 64 of file command-setup.cpp.

References pendingCmdDefinitions().

Referenced by pendingCmdDefinitions().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ schedule_

LifecycleHook schedule_(ON_GLOBAL_INIT, &CommandSetup::invokeDefinitionClosures) ( ON_GLOBAL_INIT  ,
&CommandSetup::invokeDefinitionClosures   
)