MCPcopy Create free account

hub / github.com/CLIUtils/CLI11 / functions

Functions646 in github.com/CLIUtils/CLI11

MethodInvalidError
include/CLI/Error.hpp:336
MethodIsMember
include/CLI/ExtraValidators.hpp:204
FunctionLLVMFuzzerTestOneInput
fuzz/cli11_app_fuzz.cpp:13
FunctionLLVMFuzzerTestOneInput
fuzz/cli11_file_fuzz.cpp:14
MethodManyGroups
tests/OptionGroupTest.cpp:436
MethodManyGroupsPreTrigger
tests/OptionGroupTest.cpp:745
MethodManySubcommands
tests/SubcommandTest.cpp:1265
MethodMissing
include/CLI/Error.hpp:201
MethodMissingDash
include/CLI/Error.hpp:128
MethodMissingOption
include/CLI/Error.hpp:115
MethodMultiOptionPolicy
include/CLI/Error.hpp:118
MethodMultiPositionalNames
include/CLI/Error.hpp:138
MethodMyFormatter
examples/formatter.cpp:14
MethodNotConfigurable
include/CLI/Error.hpp:328
MethodOneCharName
include/CLI/Error.hpp:127
MethodOption
include/CLI/Error.hpp:237
MethodOption
Making an option by hand is not defined, it must be made by the App class
include/CLI/Option.hpp:372
MethodOptionAlreadyAdded
include/CLI/Error.hpp:146
MethodOptionDefaults
include/CLI/Option.hpp:218
MethodOptionNotFound
include/CLI/Error.hpp:353
MethodOption_group
include/CLI/App.hpp:1444
MethodPartialType
include/CLI/Error.hpp:287
MethodPermissionValidator
include/CLI/impl/ExtraValidators_inl.hpp:103
MethodPositionalFlag
include/CLI/Error.hpp:99
FunctionPrefixCommandMode get_prefix_command_mode
Get the prefix command status
include/CLI/App.hpp:1204
MethodRange
include/CLI/Validators.hpp:254
MethodRequiredError
include/CLI/Error.hpp:230
MethodRequires
include/CLI/Error.hpp:148
MethodRequiresError
include/CLI/Error.hpp:296
MethodReservedName
include/CLI/Error.hpp:135
MethodRuntimeError
include/CLI/Error.hpp:194
MethodSet0Opt
include/CLI/Error.hpp:102
MethodSetFlag
include/CLI/Error.hpp:105
MethodSimple
Standard print function, this one is set by default
include/CLI/Timer.hpp:55
MethodSimpleFormatter
tests/FormatterTest.cpp:20
MethodSimpleWrapper
tests/NewParseTest.cpp:546
MethodSubcommand
include/CLI/Error.hpp:231
MethodSubcommandProgram
tests/SubcommandTest.cpp:977
MethodSuccess
include/CLI/Error.hpp:168
MethodTApp_container_tuple
tests/OptionTypeTest.cpp:848
MethodTempFile
tests/app_helper.hpp:45
MethodTimer
Standard constructor, can set title and print function
include/CLI/Timer.hpp:65
MethodTooManyInputsFlag
include/CLI/Error.hpp:212
MethodTransformer
include/CLI/ExtraValidators.hpp:274
MethodTrueFalse
include/CLI/Error.hpp:215
MethodTypeValidator
include/CLI/ExtraValidators.hpp:48
MethodTypedAtLeast
include/CLI/Error.hpp:281
MethodUnstreamable
tests/CreationTest.cpp:784
MethodValidationError
include/CLI/Error.hpp:224
MethodValidator
include/CLI/Validators.hpp:71
Method__init__
A dictionary that also can read headers given a tag expression. TODO: might have gone overboard on this one, could maybe be two func
scripts/MakeSingleHeader.py:41
Method_add_flag_internal
include/CLI/impl/App_inl.hpp:345
Method_add_flag_like_result
include/CLI/impl/App_inl.hpp:1591
Method_add_result
include/CLI/impl/Option_inl.hpp:692
Method_configure
include/CLI/impl/App_inl.hpp:1091
Method_count_remaining_positionals
include/CLI/impl/App_inl.hpp:1802
Method_from_config
examples/json.cpp:71
Method_has_remaining_positionals
include/CLI/impl/App_inl.hpp:1814
Method_move_to_missing
include/CLI/impl/App_inl.hpp:2399
Method_parse_config
include/CLI/impl/App_inl.hpp:1584
Method_parse_positional
include/CLI/impl/App_inl.hpp:1824
Method_parse_single
include/CLI/impl/App_inl.hpp:1753
Method_parse_single_config
include/CLI/impl/App_inl.hpp:1653
Method_parse_stream
include/CLI/impl/App_inl.hpp:1573
Method_process
include/CLI/impl/App_inl.hpp:1452
Method_process_config_file
include/CLI/impl/App_inl.hpp:1192
Method_process_extras
include/CLI/impl/App_inl.hpp:1491
Method_recognize
include/CLI/impl/App_inl.hpp:1155
Method_reduce_results
include/CLI/impl/Option_inl.hpp:591
Method_valid_subcommand
include/CLI/impl/App_inl.hpp:1138
Method_validate
include/CLI/impl/Option_inl.hpp:670
Method_validate_results
include/CLI/impl/Option_inl.hpp:551
Functionactive
Specify whether the Validator is active or not
include/CLI/Validators.hpp:132
Methodadd_option
Add an existing option to the Option_group
include/CLI/App.hpp:1456
Methodadd_option_function
include/CLI/App.hpp:636
Methodadd_subcommand
Add an existing subcommand to be a member of an option_group
include/CLI/App.hpp:1472
Functionallow_extra_args
Set the value of allow_extra_args which allows extra value arguments on the flag or option to be included with each instance
include/CLI/Option.hpp:415
Methodanotherstring
tests/NewParseTest.cpp:259
Functionapplication_index
Specify the application index of a validator
include/CLI/Validators.hpp:149
Functionas
include/CLI/Option.hpp:761
Methodbadlywrapped
tests/NewParseTest.cpp:201
Functioncallback_priority
Set the value of callback priority which controls when the callback function should be called relative to other parsing operations the default This is
include/CLI/Option.hpp:448
Functioncallback_t get_callback
Get the callback function
include/CLI/Option.hpp:585
Functioncapture_default_str
Capture the default value from the original value (if it can be captured)
include/CLI/Option.hpp:802
Functioncheck_identical_files
tests/app_helper.hpp:83
Methodcheck_name
include/CLI/impl/Option_inl.hpp:382
Functionchecked_to_string
include/CLI/TypeTools.hpp:456
Functionclear_aliases
clear all the aliases of the current App
include/CLI/App.hpp:1279
Methodcomplex<double>>
tests/ComplexTypeTest.cpp:84
Methodcomplex_new
tests/ComplexTypeTest.cpp:162
Functionconfig_extras_mode get_allow_config_extras
Get the status of allow extras
include/CLI/App.hpp:1241
Methodconfigurable
Allow in a configuration file
include/CLI/Option.hpp:202
Functiondefault_flag_modifiers
include/CLI/App.hpp:98
Functiondefault_function
Set a capture function for the default. Mostly used by App.
include/CLI/Option.hpp:796
Functiondefault_str
Set the default value string representation (does not change the contained value)
include/CLI/Option.hpp:810
Functiondefault_val
include/CLI/Option.hpp:817
Methoddelimiter
set a delimiter character to split up single arguments to treat as multiple inputs
include/CLI/Option.hpp:253
Functiondeprecate_option
include/CLI/impl/App_inl.hpp:2499
Functiondescription
Set the description
include/CLI/Option.hpp:640
Functiondisable_flag_override
Disable flag overrides values, e.g. --flag=<value> is not allowed
include/CLI/Option.hpp:553
← previousnext →301–400 of 646, ranked by callers