3.6.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 const fcppt::args_vector & | args () const |
|
explicit |
FCPPT_OPTIONS_DETAIL_SYMBOL fcppt::args_vector& fcppt::options::state::args | ( | ) |
FCPPT_OPTIONS_DETAIL_SYMBOL const fcppt::args_vector& fcppt::options::state::args | ( | ) | const |
FCPPT_OPTIONS_DETAIL_SYMBOL bool fcppt::options::state::empty | ( | ) | const |