MCPcopy Create free account

hub / github.com/CLIUtils/CLI11 / functions

Functions646 in github.com/CLIUtils/CLI11

↓ 8 callersMethod_process_callbacks
include/CLI/impl/App_inl.hpp:1270
↓ 8 callersFunctioncheck_path
include/CLI/impl/Validators_inl.hpp:130
↓ 8 callersFunctionfrom_stream
include/CLI/TypeTools.hpp:247
↓ 8 callersFunctionloadFailureFile
tests/FuzzFailTest.cpp:13
↓ 8 callersFunctionput_env
tests/app_helper.hpp:58
↓ 8 callersFunctionunset_env
tests/app_helper.hpp:66
↓ 7 callersMethodadd_flag_callback
include/CLI/impl/App_inl.hpp:370
↓ 7 callersMethodallow_subcommand_prefix_matching
allow prefix matching for subcommands
include/CLI/App.hpp:439
↓ 7 callersMethodget_display_name
include/CLI/impl/App_inl.hpp:938
↓ 7 callersMethodremove_excludes
include/CLI/impl/App_inl.hpp:762
↓ 7 callersMethodremove_needs
include/CLI/impl/App_inl.hpp:782
↓ 7 callersMethodreset
tests/HelpTest.cpp:1102
↓ 7 callersMethodtake_last
Set the multi option policy to take last
include/CLI/Option.hpp:166
↓ 7 callersFunctionvalid_first_char
include/CLI/StringTools.hpp:151
↓ 6 callersMethodadd_options
Add an existing option to the Option_group
include/CLI/App.hpp:1464
↓ 6 callersFunctiondescription
Set the description of the app
include/CLI/App.hpp:1113
↓ 6 callersMethoddisabled_by_default
Set the subcommand to be disabled by default, so on clear(), at the start of each parse it is disabled
include/CLI/App.hpp:444
↓ 6 callersMethodfinal_callback
Set a callback for execution when all parsing and processing has completed aliased as callback
include/CLI/App.hpp:377
↓ 6 callersMethodget_flag_value
include/CLI/impl/Option_inl.hpp:411
↓ 6 callersMethodget_ignore_underscore
The status of ignore_underscore
include/CLI/Option.hpp:143
↓ 6 callersFunctionget_items_expected_max
Get the maximum number of items expected to be returned and used for the callback
include/CLI/Option.hpp:620
↓ 6 callersFunctionintegral_conversion
include/CLI/TypeTools.hpp:946
↓ 6 callersMethodremove_subcommand
include/CLI/impl/App_inl.hpp:485
↓ 6 callersMethodsection
specify a particular section of the configuration file to use
include/CLI/ConfigFwd.hpp:171
↓ 6 callersMethodtake_first
Set the multi option policy to take last
include/CLI/Option.hpp:173
↓ 6 callersFunctionvalue_string
include/CLI/TypeTools.hpp:470
↓ 5 callersMethod_validate
include/CLI/impl/App_inl.hpp:1056
↓ 5 callersMethodalways_capture_default
include/CLI/Option.hpp:126
↓ 5 callersMethodenabled_by_default
Set the subcommand to be enabled by default, so on clear(), at the start of each parse it is enabled (not disabled)
include/CLI/App.hpp:455
↓ 5 callersFunctionfind_and_modify
include/CLI/StringTools.hpp:217
↓ 5 callersMethodget_type_name
include/CLI/impl/Option_inl.hpp:538
↓ 5 callersFunctionis_separator
check if a string is a container segment separator (empty or "%%")
include/CLI/StringTools.hpp:172
↓ 5 callersMethodlabel
Set the "REQUIRED" or other labels
include/CLI/FormatterFwd.hpp:96
↓ 5 callersMethodmulti_option_policy
Take the last argument if given multiple times
include/CLI/Option.hpp:229
↓ 5 callersMethodparentSeparator
Specify the separator to use for parent layers
include/CLI/ConfigFwd.hpp:157
↓ 5 callersMethodpositionals_at_end
Specify that the positional arguments are only at the end of the sequence
include/CLI/App.hpp:528
↓ 5 callersMethodremaining_for_passthrough
include/CLI/impl/App_inl.hpp:1036
↓ 5 callersFunctionremove_quotes
include/CLI/impl/StringTools_inl.hpp:523
↓ 5 callersFunctionretire_option
include/CLI/impl/App_inl.hpp:2513
↓ 5 callersMethodto_string
This is the main function, it creates a string
include/CLI/Timer.hpp:115
↓ 5 callersMethodvalidate_positionals
Set the subcommand to validate positional arguments before assigning
include/CLI/App.hpp:469
↓ 4 callersMethod_process_help_flags
include/CLI/impl/App_inl.hpp:1299
↓ 4 callersFunctiondeprecate_option
Helper function to mark an option as deprecated
include/CLI/App.hpp:1496
↓ 4 callersMethodformatter
Set the help formatter
include/CLI/App.hpp:543
↓ 4 callersFunctionget_environment_value
include/CLI/impl/StringTools_inl.hpp:576
↓ 4 callersFunctionget_items_expected_min
The total min number of expected string values to be used
include/CLI/Option.hpp:617
↓ 4 callersMethodindex
get the section index
include/CLI/ConfigFwd.hpp:179
↓ 4 callersMethodversion
include/CLI/impl/App_inl.hpp:814
↓ 3 callersMethod_trigger_pre_parse
include/CLI/impl/App_inl.hpp:2304
↓ 3 callersMethodadd_option
include/CLI/impl/App_inl.hpp:162
↓ 3 callersFunctioncheck_lname
Requires "--" to be removed from string
include/CLI/Option.hpp:688
↓ 3 callersFunctioncheck_sname
Requires "-" to be removed from string
include/CLI/Option.hpp:683
↓ 3 callersFunctionclear
Clear the parsed results (mostly for testing)
include/CLI/Option.hpp:398
↓ 3 callersMethodensure_utf8
include/CLI/impl/App_inl.hpp:65
↓ 3 callersFunctionfileClear
tests/app_helper.hpp:39
↓ 3 callersFunctiongenerate_map
include/CLI/ExtraValidators.hpp:128
↓ 3 callersMethodget_callback_priority
include/CLI/Option.hpp:161
↓ 3 callersMethodget_groups
include/CLI/impl/App_inl.hpp:997
↓ 3 callersFunctionget_option
Get an option by name
include/CLI/App.hpp:1131
↓ 3 callersFunctionget_prefix_command
Get the prefix command status
include/CLI/App.hpp:1201
↓ 3 callersMethodget_subcommand_no_throw
include/CLI/impl/App_inl.hpp:517
↓ 3 callersFunctionhandle_secondary_array
include/CLI/impl/StringTools_inl.hpp:535
↓ 3 callersFunctionhasMLString
@brief checks if a string represents a multiline comment
include/CLI/impl/Config_inl.hpp:210
↓ 3 callersFunctionprint_string_comparison
fuzz/fuzzApp.cpp:161
↓ 3 callersMethodright_column_width
Set the right column width (description of options/flags/subcommands)
include/CLI/FormatterFwd.hpp:109
↓ 3 callersFunctionsearch
include/CLI/ExtraValidators.hpp:159
↓ 3 callersMethodsilent
silence the subcommand from showing up in the processed list
include/CLI/App.hpp:427
↓ 3 callersFunctionvalid_alias_name_string
Verify an app name
include/CLI/StringTools.hpp:167
↓ 3 callersMethodvalueSeparator
Specify the delimiter between a name and value
include/CLI/ConfigFwd.hpp:141
↓ 2 callersFunctionTriggerOff
include/CLI/impl/App_inl.hpp:2480
↓ 2 callersFunctionTriggerOn
include/CLI/impl/App_inl.hpp:2461
↓ 2 callersMethod_get_fallthrough_parent
include/CLI/impl/App_inl.hpp:2322
↓ 2 callersMethod_merge_description
include/CLI/impl/Validators_inl.hpp:111
↓ 2 callersMethod_move_option
include/CLI/impl/App_inl.hpp:2422
↓ 2 callersMethod_parse
include/CLI/impl/App_inl.hpp:1520
↓ 2 callersMethod_parse_arg
include/CLI/impl/App_inl.hpp:2037
↓ 2 callersMethod_parse_subcommand
include/CLI/impl/App_inl.hpp:1998
↓ 2 callersMethodadd_option_no_stream
include/CLI/App.hpp:618
↓ 2 callersMethodallowDuplicateFields
specify that multiple duplicate arguments should be merged even if not sequential
include/CLI/ConfigFwd.hpp:186
↓ 2 callersFunctionappend_codepoint
include/CLI/impl/StringTools_inl.hpp:228
↓ 2 callersFunctioncapture_extras
include/CLI/impl/App_inl.hpp:2395
↓ 2 callersMethodcenter
examples/custom_validator.cpp:32
↓ 2 callersFunctioncheck_fname
Requires "--" to be removed from string
include/CLI/Option.hpp:693
↓ 2 callersMethoddescription_paragraph_width
Set the description paragraph width at the top of help
include/CLI/FormatterFwd.hpp:112
↓ 2 callersMethoddvalue
tests/NewParseTest.cpp:469
↓ 2 callersMethodeach
include/CLI/impl/Option_inl.hpp:137
↓ 2 callersMethodenable_description_formatting
enable formatting for description paragraph
include/CLI/FormatterFwd.hpp:117
↓ 2 callersMethodenable_footer_formatting
disable formatting for footer paragraph
include/CLI/FormatterFwd.hpp:119
↓ 2 callersMethodfooter_paragraph_width
Set the footer paragraph width
include/CLI/FormatterFwd.hpp:115
↓ 2 callersMethodformatter_fn
Set the help formatter
include/CLI/App.hpp:549
↓ 2 callersFunctiongenerate_set
include/CLI/ExtraValidators.hpp:115
↓ 2 callersMethodget_option_group
include/CLI/impl/App_inl.hpp:555
↓ 2 callersFunctionget_parent
Get the parent of this subcommand (or nullptr if main app)
include/CLI/App.hpp:1267
↓ 2 callersMethodget_x
tests/CreationTest.cpp:785
↓ 2 callersFunctionhas_escapable_character
include/CLI/impl/StringTools_inl.hpp:193
↓ 2 callersFunctionis_description_paragraph_formatting_enabled
Get the current status of description paragraph formatting
include/CLI/FormatterFwd.hpp:155
↓ 2 callersFunctionis_footer_paragraph_formatting_enabled
Get the current status of whether footer paragraph formatting is enabled
include/CLI/FormatterFwd.hpp:158
↓ 2 callersMethodivalue
tests/NewParseTest.cpp:470
↓ 2 callersMethodmaxLayers
Specify the maximum number of parents
include/CLI/ConfigFwd.hpp:152
↓ 2 callersFunctionmaybe_narrow
Do nothing or perform narrowing
include/CLI/impl/App_inl.hpp:600
← previousnext →101–200 of 646, ranked by callers