|
OpenTTD Source 15.0-beta1
|
Public Types | |
| using | Args = std::tuple< std::decay_t< Targs >... > |
| using | RetTypes = void |
| using | CbArgs = Args |
| using | CbProcType = void(*)(Commands, const CommandCost &) |
Definition at line 438 of file command_type.h.
| using CommandFunctionTraitHelper< CommandCost(*)(DoCommandFlag, Targs...)>::Args = std::tuple<std::decay_t<Targs>...> |
Definition at line 439 of file command_type.h.
| using CommandFunctionTraitHelper< CommandCost(*)(DoCommandFlag, Targs...)>::CbArgs = Args |
Definition at line 441 of file command_type.h.
| using CommandFunctionTraitHelper< CommandCost(*)(DoCommandFlag, Targs...)>::CbProcType = void(*)(Commands, const CommandCost &) |
Definition at line 442 of file command_type.h.
| using CommandFunctionTraitHelper< CommandCost(*)(DoCommandFlag, Targs...)>::RetTypes = void |
Definition at line 440 of file command_type.h.