#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"
Go to the source code of this file.
Namespaces | |
| namespace | options |
Functions | |
| void | handle_options (options::spec const &spec) |
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
Definition in file oparchive_options.cpp.
| void handle_options | ( | options::spec const & | spec | ) |
handle_options - process command line
| spec | profile specification |
Process the spec, fatally complaining on error.
Definition at line 83 of file oparchive_options.cpp.
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, 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.
Definition at line 32 of file oparchive_options.cpp.
| list<string> sample_files |
Definition at line 33 of file oparchive_options.cpp.
Referenced by handle_options().
1.6.1