#include <string>
#include <vector>
#include "common_option.h"
#include "path_filter.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 |
Options for opannotate tool
Definition in file opannotate_options.h.
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 90 of file opannotate_options.cpp.
classes of sample filenames to handle
Definition at line 30 of file opannotate_options.cpp.