Chopper
|
Namespaces | |
namespace | layout |
namespace | prefix |
namespace | sketch |
Classes | |
struct | configuration |
struct | input_functor |
Functions | |
int | chopper_layout (chopper::configuration &config, sharg::parser &parser) |
constexpr size_t | next_multiple_of_64 (size_t const value) noexcept |
Returns the smallest natural number that is greater or equal to value and a multiplicative of 64. More... | |
void | set_up_parser (sharg::parser &parser, configuration &config) |
void | validate_configuration (sharg::parser &parser, chopper::configuration &config, chopper::configuration const &sketch_config) |
Validates the chopper configuration of the current chopper call with that from the sketch file. More... | |
int chopper::chopper_layout | ( | chopper::configuration & | config, |
sharg::parser & | parser | ||
) |
|
constexprnoexcept |
Returns the smallest natural number that is greater or equal to value
and a multiplicative of 64.
[in] | value | The Input value that is smaller or equal to the return value. |
void chopper::set_up_parser | ( | sharg::parser & | parser, |
configuration & | config | ||
) |
void chopper::validate_configuration | ( | sharg::parser & | parser, |
chopper::configuration & | config, | ||
chopper::configuration const & | sketch_config | ||
) |
Validates the chopper configuration of the current chopper call with that from the sketch file.
If a sketch file is given as input, certain configurations have been already used for generating the sketches but the user can still give the same arguments to the current command line. This function checks for consistency als overwrites default values within the chopper configuration with those from the sketch file. Overwriting is needed because the current chopper config is written to the layout file and should be consistent with the sketch file.