Chopper
|
#include <exception>
#include <filesystem>
#include <functional>
#include <iostream>
#include <string>
#include <vector>
#include <sharg/parser.hpp>
#include <chopper/chopper_layout.hpp>
#include <chopper/configuration.hpp>
#include <chopper/input_functor.hpp>
#include <chopper/layout/execute.hpp>
#include <chopper/sketch/check_filenames.hpp>
#include <chopper/sketch/output.hpp>
#include <chopper/sketch/read_data_file.hpp>
#include <chopper/sketch/sketch_file.hpp>
#include <hibf/sketch/compute_sketches.hpp>
Namespaces | |
namespace | chopper |
Functions | |
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. More... | |
int | chopper::chopper_layout (chopper::configuration &config, sharg::parser &parser) |