|
Boost : |
Subject: Re: [boost] Is there any interest in command line interpreter class templates?
From: alexey.tsoy (tsoy.alexey_at_[hidden])
Date: 2011-06-27 02:45:05
The function command_line::invoke_all calls the appropriate handlers in the
order that they appear in the command line.
i.e. command_line:: invoke_all (..., "-option_2 -option_1");
Firstly, the handler of the option_2 will be executed, and then the
handler of the option_1 will be executed.
The order of the option arguments corresponds to their order in the handler
signature.
Regards,
Alexey
-- View this message in context: http://boost.2283326.n4.nabble.com/Is-there-any-interest-in-command-line-interpreter-class-templates-tp3612663p3627061.html Sent from the Boost - Dev mailing list archive at Nabble.com.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk