oparchive_options.h

Go to the documentation of this file.
00001 
00012 #ifndef OPARCHIVE_OPTIONS_H
00013 #define OPARCHIVE_OPTIONS_H
00014 
00015 #include "common_option.h"
00016 
00017 class profile_classes;
00018 class merge_option;
00019 
00020 namespace options {
00021     extern bool exclude_dependent;
00022     extern merge_option merge_by;
00023     extern std::string outdirectory;
00024     extern bool list_files;
00025 }
00026 
00028 extern profile_classes classes;
00029 extern std::list<std::string> sample_files;
00030 
00037 void handle_options(options::spec const & spec);
00038 
00039 #endif // OPARCHIVE_OPTIONS_H

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1