Chopper
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Classes | Functions
chopper Namespace Reference

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...
 

Function Documentation

◆ chopper_layout()

int chopper::chopper_layout ( chopper::configuration config,
sharg::parser &  parser 
)

◆ next_multiple_of_64()

constexpr size_t chopper::next_multiple_of_64 ( size_t const  value)
constexprnoexcept

Returns the smallest natural number that is greater or equal to value and a multiplicative of 64.

Parameters
[in]valueThe Input value that is smaller or equal to the return value.

◆ set_up_parser()

void chopper::set_up_parser ( sharg::parser &  parser,
configuration config 
)

◆ validate_configuration()

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.