Options for oparchive tool. More...
#include <vector>#include <list>#include <iostream>#include <algorithm>#include <iterator>#include <fstream>#include <string.h>#include "op_config.h"#include "profile_spec.h"#include "arrange_profiles.h"#include "oparchive_options.h"#include "popt_options.h"#include "string_filter.h"#include "file_manip.h"#include "cverb.h"
Namespaces | |
| namespace | options |
Functions | |
| void | handle_options (options::spec const &spec) |
| handle_options - process command line | |
Variables | |
| profile_classes | classes |
| classes of sample filenames to handle | |
| list< string > | sample_files |
| string | options::outdirectory |
| bool | options::list_files |
Options for oparchive tool.
| void handle_options | ( | options::spec const & | spec | ) |
handle_options - process command line
| spec | profile specification |
Process the spec, fatally complaining on error.
References arrange_profiles(), options::spec::common, merge_option::cpu, profile_spec::create(), cverb, options::exclude_dependent, profile_spec::extra_found_images, options::spec::first, profile_spec::generate_file_list(), options::image_path, merge_option::lib, options::merge_by, op_samples_dir, op_session_dir, options::root_path, sample_files, merge_option::tgid, merge_option::tid, merge_option::unitmask, profile_classes::v, vsfile, and was_session_dir_supplied().
classes of sample filenames to handle
All the chosen sample files.
| list<string> sample_files |
Referenced by handle_options().
1.6.1