Changeset 13005 for trunk/FACT++/src/Configuration.h
- Timestamp:
- 03/07/12 18:47:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Configuration.h
r12315 r13005 124 124 125 125 // 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()>()); 127 127 bool DoParse(int argc, const char **argv, const std::function<void()> &func=std::function<void()>()); 128 128
Note:
See TracChangeset
for help on using the changeset viewer.