HomeSort by relevance Sort by last modified time
    Searched full:option_base (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libopt++/
popt_options.cpp 25 * option_base - base class for implementation of a command line option
30 class option_base { class in namespace:popt
33 * option_base - construct an option with the given options.
41 option_base(char const * option_name, char short_name,
45 virtual ~option_base() {}
64 static vector<option_base *> & options_list(void)
66 static vector<option_base *> *x = new(vector<option_base *>);
130 template <> class option_imp<void> : public option_base {
150 template <> class option_imp<int> : public option_base {
249 option_base::option_base(char const * name, char short_name, function in class:popt::option_base
    [all...]
popt_options.h 71 class option_base;
104 option_base * the_option;

Completed in 59 milliseconds