Ignore:
Timestamp:
03/07/12 18:47:04 (13 years ago)
Author:
tbretz
Message:
Added some debug options; moved the PrintHelp at a better position so that exceptions wouldn't effect the output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Configuration.h

    r12315 r13005  
    124124
    125125    // Process command line arguments
    126     const po::variables_map &Parse(int argc, const char **argv);
     126    const po::variables_map &Parse(int argc, const char **argv, const std::function<void()> &func=std::function<void()>());
    127127    bool DoParse(int argc, const char **argv, const std::function<void()> &func=std::function<void()>());
    128128
Note: See TracChangeset for help on using the changeset viewer.