Ignore:
Timestamp:
May 8, 2010, 10:00:57 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
07d2cd
Parents:
13743e
Message:

New HelpAction that will print the help from boost::program_options.

  • new class CommandLineHelpAction that will print the boost::program_options help
  • therefore CommandLineParser::visible had to be made public
  • CommandLineHelpAction is instantiated in CommandLineWindow::populateParserActions()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/CommandLineParser.hpp

    r13743e rae8b90  
    3535  po::options_description hidden;
    3636
     37  po::options_description visible;
     38
    3739protected:
    3840  CommandLineParser();
     
    4446  po::options_description cmdline_options;
    4547  po::options_description config_file_options;
    46   po::options_description visible;
    4748
    4849  po::variables_map vm;
Note: See TracChangeset for help on using the changeset viewer.