|
Clio
develop
The XRP Ledger API server.
|
An action parsed from the command line. More...
#include <CliArgs.hpp>
Classes | |
| struct | Run |
| Run action. More... | |
| struct | Exit |
| Exit action. More... | |
| struct | Migrate |
| Migration action. More... | |
| struct | VerifyConfig |
| Verify Config action. More... | |
Public Member Functions | |
| template<typename ActionType> requires std::is_same_v<ActionType, Run> or std::is_same_v<ActionType, Exit> or std::is_same_v<ActionType, Migrate> or std::is_same_v<ActionType, VerifyConfig> | |
| Action (ActionType &&action) | |
| Construct an action from a Run. | |
| template<typename... Processors> | |
| int | apply (Processors &&... processors) const |
| Apply a function to the action. | |
An action parsed from the command line.
|
inlineexplicit |
|
inline |