Searched refs:the_option (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libopt++/
H A Dpopt_options.h104 option_base * the_option; member in class:popt::option
H A Dpopt_options.cpp208 delete the_option;
214 : the_option(new option_imp<void>(value, name, short_name, help))
223 : the_option(new option_imp<int>
233 : the_option(new option_imp<string>
243 : the_option(new option_imp< vector<string> >

Completed in 121 milliseconds