Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CLIUtils/CLI11
/ functions
Functions
646 in github.com/CLIUtils/CLI11
⨍
Functions
646
◇
Types & classes
201
Method
InvalidError
include/CLI/Error.hpp:336
Method
IsMember
include/CLI/ExtraValidators.hpp:204
Function
LLVMFuzzerTestOneInput
fuzz/cli11_app_fuzz.cpp:13
Function
LLVMFuzzerTestOneInput
fuzz/cli11_file_fuzz.cpp:14
Method
ManyGroups
tests/OptionGroupTest.cpp:436
Method
ManyGroupsPreTrigger
tests/OptionGroupTest.cpp:745
Method
ManySubcommands
tests/SubcommandTest.cpp:1265
Method
Missing
include/CLI/Error.hpp:201
Method
MissingDash
include/CLI/Error.hpp:128
Method
MissingOption
include/CLI/Error.hpp:115
Method
MultiOptionPolicy
include/CLI/Error.hpp:118
Method
MultiPositionalNames
include/CLI/Error.hpp:138
Method
MyFormatter
examples/formatter.cpp:14
Method
NotConfigurable
include/CLI/Error.hpp:328
Method
OneCharName
include/CLI/Error.hpp:127
Method
Option
include/CLI/Error.hpp:237
Method
Option
Making an option by hand is not defined, it must be made by the App class
include/CLI/Option.hpp:372
Method
OptionAlreadyAdded
include/CLI/Error.hpp:146
Method
OptionDefaults
include/CLI/Option.hpp:218
Method
OptionNotFound
include/CLI/Error.hpp:353
Method
Option_group
include/CLI/App.hpp:1444
Method
PartialType
include/CLI/Error.hpp:287
Method
PermissionValidator
include/CLI/impl/ExtraValidators_inl.hpp:103
Method
PositionalFlag
include/CLI/Error.hpp:99
Function
PrefixCommandMode get_prefix_command_mode
Get the prefix command status
include/CLI/App.hpp:1204
Method
Range
include/CLI/Validators.hpp:254
Method
RequiredError
include/CLI/Error.hpp:230
Method
Requires
include/CLI/Error.hpp:148
Method
RequiresError
include/CLI/Error.hpp:296
Method
ReservedName
include/CLI/Error.hpp:135
Method
RuntimeError
include/CLI/Error.hpp:194
Method
Set0Opt
include/CLI/Error.hpp:102
Method
SetFlag
include/CLI/Error.hpp:105
Method
Simple
Standard print function, this one is set by default
include/CLI/Timer.hpp:55
Method
SimpleFormatter
tests/FormatterTest.cpp:20
Method
SimpleWrapper
tests/NewParseTest.cpp:546
Method
Subcommand
include/CLI/Error.hpp:231
Method
SubcommandProgram
tests/SubcommandTest.cpp:977
Method
Success
include/CLI/Error.hpp:168
Method
TApp_container_tuple
tests/OptionTypeTest.cpp:848
Method
TempFile
tests/app_helper.hpp:45
Method
Timer
Standard constructor, can set title and print function
include/CLI/Timer.hpp:65
Method
TooManyInputsFlag
include/CLI/Error.hpp:212
Method
Transformer
include/CLI/ExtraValidators.hpp:274
Method
TrueFalse
include/CLI/Error.hpp:215
Method
TypeValidator
include/CLI/ExtraValidators.hpp:48
Method
TypedAtLeast
include/CLI/Error.hpp:281
Method
Unstreamable
tests/CreationTest.cpp:784
Method
ValidationError
include/CLI/Error.hpp:224
Method
Validator
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
Function
active
Specify whether the Validator is active or not
include/CLI/Validators.hpp:132
Method
add_option
Add an existing option to the Option_group
include/CLI/App.hpp:1456
Method
add_option_function
include/CLI/App.hpp:636
Method
add_subcommand
Add an existing subcommand to be a member of an option_group
include/CLI/App.hpp:1472
Function
allow_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
Method
anotherstring
tests/NewParseTest.cpp:259
Function
application_index
Specify the application index of a validator
include/CLI/Validators.hpp:149
Function
as
include/CLI/Option.hpp:761
Method
badlywrapped
tests/NewParseTest.cpp:201
Function
callback_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
Function
callback_t get_callback
Get the callback function
include/CLI/Option.hpp:585
Function
capture_default_str
Capture the default value from the original value (if it can be captured)
include/CLI/Option.hpp:802
Function
check_identical_files
tests/app_helper.hpp:83
Method
check_name
include/CLI/impl/Option_inl.hpp:382
Function
checked_to_string
include/CLI/TypeTools.hpp:456
Function
clear_aliases
clear all the aliases of the current App
include/CLI/App.hpp:1279
Method
complex<double>>
tests/ComplexTypeTest.cpp:84
Method
complex_new
tests/ComplexTypeTest.cpp:162
Function
config_extras_mode get_allow_config_extras
Get the status of allow extras
include/CLI/App.hpp:1241
Method
configurable
Allow in a configuration file
include/CLI/Option.hpp:202
Function
default_flag_modifiers
include/CLI/App.hpp:98
Function
default_function
Set a capture function for the default. Mostly used by App.
include/CLI/Option.hpp:796
Function
default_str
Set the default value string representation (does not change the contained value)
include/CLI/Option.hpp:810
Function
default_val
include/CLI/Option.hpp:817
Method
delimiter
set a delimiter character to split up single arguments to treat as multiple inputs
include/CLI/Option.hpp:253
Function
deprecate_option
include/CLI/impl/App_inl.hpp:2499
Function
description
Set the description
include/CLI/Option.hpp:640
Function
disable_flag_override
Disable flag overrides values, e.g. --flag=<value> is not allowed
include/CLI/Option.hpp:553
← previous
next →
301–400 of 646, ranked by callers