4.4.0
|
|
Freundlich's C++ toolkit |
A parse state.
A state contains a list of unconsumed arguments.
Public Member Functions | |
FCPPT_OPTIONS_DETAIL_SYMBOL | state (fcppt::args_vector &&) |
FCPPT_OPTIONS_DETAIL_SYMBOL bool | empty () const |
FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::args_vector & | args () |
FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::args_vector const & | args () const |
|
explicit |
FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::args_vector & fcppt::options::state::args | ( | ) |
FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::args_vector const & fcppt::options::state::args | ( | ) | const |
FCPPT_OPTIONS_DETAIL_SYMBOL bool fcppt::options::state::empty | ( | ) | const |