MCPcopy Create free account

hub / github.com/Rvn0xsy/Cooolis-ms / functions

Functions478 in github.com/Rvn0xsy/Cooolis-ms

↓ 173 callersMethodempty
True if the option was not passed
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3668
↓ 61 callersMethodget_name
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:583
↓ 39 callersFunctionto_string
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:1061
↓ 23 callersMethodcount
No argument version of count counts the number of times this subcommand was passed in. The main app will return 1. Unnamed subcommands will also retur
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:5662
↓ 23 callersMethodlength
Cooolis-ms-Loader/Cooolis-ms/Cooolis-String.cpp:16
↓ 22 callersFunctionlexical_cast
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:1444
↓ 20 callersFunctionto_lower
Return a lower case version of a string
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:343
↓ 14 callersFunctionsmart_deref
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2590
↓ 13 callersMethodadd_option
Add an option, will automatically understand the type for common types. To use, create a variable with the expected type, and pass it in after the na
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:5115
↓ 13 callersMethodadd_result
Puts a result at the end
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4239
↓ 12 callersMethodcheck
Adds a Validator with a built in type name
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3743
↓ 12 callersFunctionjoin
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:203
↓ 11 callersMethodclear
@} @name Parsing @{ Reset the parsed data
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:5769
↓ 10 callersMethodmulti_option_policy
Take the last argument if given multiple times (or another policy)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3948
↓ 10 callersFunctionremove_underscore
remove underscores from a string
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:351
↓ 9 callersMethodget_description
Get the app or subcommand description
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6100
↓ 8 callersMethodcheck_name
Check the name, case insensitive and underscore insensitive if set
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6302
↓ 7 callersMethodcount_all
Get a count of all the arguments processed in options and subcommands, this excludes arguments which were treated as extras.
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:5666
↓ 7 callersMethodget_items_expected_min
The total min number of expected string values to be used
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4011
↓ 7 callersMethodget_parent
Get the parent of this subcommand (or nullptr if master app)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6281
↓ 7 callersMethodget_positional
True if the argument can be given directly
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4022
↓ 7 callersMethodget_required
Get the status of required
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6246
↓ 7 callersMethodrequired
Remove the error when extras are left over on the command line.
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4949
↓ 6 callersFunctioncheck_path
get the type of the path from a file name
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2328
↓ 6 callersMethodexpected
Set the number of expected arguments
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3684
↓ 6 callersFunctionvalid_first_char
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:320
↓ 5 callersFunctionfind_member
Check if a string is a member of a list of strings and optionally ignore case or ignore underscores
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:388
↓ 5 callersMethodget_allow_extra_args
Get the current value of allow extra args
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3731
↓ 5 callersMethodget_display_name
Get a display name for an app
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6299
↓ 5 callersMethodget_exit_code
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:581
↓ 5 callersMethodget_expected_max
The max number of times the option expects to be included
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4008
↓ 5 callersMethodget_expected_min
The number of times the option expects to be included
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4006
↓ 5 callersMethodget_options
Get the list of options (user facing function, so returns raw pointers), has optional filter function
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6109
↓ 5 callersMethodhelp
Makes a help message, using the currently configured formatter Will only do one subcommand at a time
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6065
↓ 5 callersFunctionsplit
Based on http://stackoverflow.com/questions/236129/split-a-string-in-c Split a string by a delim
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:186
↓ 5 callersFunctiontrim_copy
Make a copy of the string and then trim it
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:280
↓ 5 callersMethodtype_name
Set a custom option typestring
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4336
↓ 5 callersMethodtype_size
Set a custom option size
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4342
↓ 4 callersFunctionansi2attr
Cooolis-ms-Loader/Cooolis-ms/rang.hpp:347
↓ 4 callersMethodconfigurable
Specify that the subcommand can be triggered by a config file
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:5053
↓ 4 callersMethoddefault_str
Set the default value string representation (does not change the contained value)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4395
↓ 4 callersMethoddisabled
Disable the subcommand or option group
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4955
↓ 4 callersMethoddisabled_by_default
Set the subcommand to be disabled by default, so on clear(), at the start of each parse it is disabled
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4961
↓ 4 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)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4972
↓ 4 callersFunctionfrom_stream
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:1035
↓ 4 callersMethodfullname
The list of parents and name joined by "."
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:1991
↓ 4 callersFunctiongenerate_parents
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:7733
↓ 4 callersMethodget_default_str
The default value (for help printing)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3988
↓ 4 callersMethodget_subcommands
Get a subcommand pointer list to the currently selected subcommands (after parsing by default, in command line order; use parsed = false to get the or
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:5911
↓ 4 callersMethodget_type_size_max
The maximum number of arguments the option expects
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3976
↓ 4 callersFunctionisMsysPty
Cooolis-ms-Loader/Cooolis-ms/rang.hpp:169
↓ 4 callersMethodnonpositional
True if option has at least one non-positional name
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4025
↓ 4 callersMethodpreparse_callback
Set a callback to execute prior to parsing.
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4899
↓ 4 callersMethodrun_callback_for_default
Set the value of run_callback_for_default which controls whether the callback function should be called to set the default This is controlled automati
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3735
↓ 4 callersFunctionsplit_up
Split a string '"one two" "three"' into 'one two', 'three' Quote characters can be ` ' or "
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:430
↓ 4 callersFunctionto_flag_value
Convert a flag into an integer value typically binary flags
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:1399
↓ 4 callersFunctionvalue_string
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:1129
↓ 3 callersMethodConnectServer
Cooolis-ms-Loader/Cooolis-ms/Cooolis-msf.cpp:56
↓ 3 callersMethodGetResponseContentLength
Cooolis-ms-Loader/Cooolis-ms/Cooolis-Http.cpp:219
↓ 3 callersFunctionOutputLastError
Cooolis-ms-Loader/Cooolis-ms/MemoryModule.cpp:45
↓ 3 callersMethodSendRequest
Cooolis-ms-Loader/Cooolis-ms/Cooolis-Http.cpp:232
↓ 3 callersMethodSetHeaders
Cooolis-ms-Loader/Cooolis-ms/Cooolis-Http.cpp:202
↓ 3 callersMethod_trigger_pre_parse
Trigger the pre_parse callback if needed
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:7301
↓ 3 callersMethodadd_subcommand
Add a subcommand. Inherits INHERITABLE and OptionDefaults, and help flag
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:5555
↓ 3 callersMethodapplication_index
Specify the application index of a validator
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2212
↓ 3 callersMethodcallback
Set a callback for execution when all parsing and processing has completed Due to a bug in c++11, it is not possible to overload on std::function (fi
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4874
↓ 3 callersMethodcheck_lname
Requires "--" to be removed from string
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4181
↓ 3 callersMethodcheck_sname
Requires "-" to be removed from string
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4176
↓ 3 callersFunctionfind_and_replace
Find and replace a substring with another substring
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:357
↓ 3 callersFunctiongenerate_map
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2614
↓ 3 callersMethodget_configurable
Check the status of the allow windows style options
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6219
↓ 3 callersMethodget_flag_value
Get the value that goes for a flag, nominally gets the default value but allows for overrides if not disabled
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4195
↓ 3 callersMethodget_groups
Get the groups available directly from this option (in order)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6331
↓ 3 callersMethodget_help_all_ptr
Get a pointer to the help all flag. (const)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6272
↓ 3 callersMethodget_help_ptr
Get a pointer to the help flag.
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6266
↓ 3 callersMethodget_items_expected_max
Get the maximum number of items expected to be returned and used for the callback
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4014
↓ 3 callersMethodget_option_no_throw
Get an option by name (noexcept non-const version)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6142
↓ 3 callersMethodget_require_subcommand_min
Get the required min subcommand value
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6228
↓ 3 callersMethodget_type_name
Get the full typename for this option
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4428
↓ 3 callersMethodget_type_size_min
The minimum number of arguments the option expects
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3974
↓ 3 callersMethodrun_callback
Internal function to run (App) callback, bottom up
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6462
↓ 3 callersFunctionsearch
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2645
↓ 3 callersFunctionvalid_name_string
Verify an option name
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:328
↓ 2 callersFunctionMemoryFreeLibrary
Cooolis-ms-Loader/Cooolis-ms/MemoryModule.cpp:432
↓ 2 callersMethodReflectiveInject
Cooolis-ms-Loader/Cooolis-ms/Cooolis-Reflective.cpp:22
↓ 2 callersMethod_merge_description
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2298
↓ 2 callersMethod_parse
Internal parse function
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6818
↓ 2 callersMethod_parse_arg
Parse a short (false) or long (true) argument, must be at the top of the list return true if the argument was processed or false if nothing was done
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:7156
↓ 2 callersMethod_parse_subcommand
Parse a subcommand, modify args and continue Unlike the others, this one will always allow fallthrough return true if the subcommand was processed fa
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:7130
↓ 2 callersMethod_request
(self,options)
server.py:51
↓ 2 callersMethod_validate
Check the options to make sure there are no conflicts. Currently checks to see if multiple positionals exist with unlimited args and checks if the mi
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6403
↓ 2 callersMethodallow_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
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3726
↓ 2 callersMethodcapture_default_str
Capture the default value from the original value (if it can be captured)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4387
↓ 2 callersFunctionchecked_multiply
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2701
↓ 2 callersFunctionconvert_arg_for_ini
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:7666
↓ 2 callersMethoddefault_val
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4402
↓ 2 callersMethoddelimiter
Allow in a configuration file
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3503
↓ 2 callersFunctionfind_and_modify
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:420
↓ 2 callersFunctiongenerate_set
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2601
↓ 2 callersFunctiongetConsoleHandle
Cooolis-ms-Loader/Cooolis-ms/rang.hpp:280
next →1–100 of 478, ranked by callers