Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rvn0xsy/Cooolis-ms
/ functions
Functions
478 in github.com/Rvn0xsy/Cooolis-ms
⨍
Functions
478
◇
Types & classes
128
↓ 173 callers
Method
empty
True if the option was not passed
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3668
↓ 61 callers
Method
get_name
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:583
↓ 39 callers
Function
to_string
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:1061
↓ 23 callers
Method
count
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 callers
Method
length
Cooolis-ms-Loader/Cooolis-ms/Cooolis-String.cpp:16
↓ 22 callers
Function
lexical_cast
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:1444
↓ 20 callers
Function
to_lower
Return a lower case version of a string
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:343
↓ 14 callers
Function
smart_deref
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2590
↓ 13 callers
Method
add_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 callers
Method
add_result
Puts a result at the end
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4239
↓ 12 callers
Method
check
Adds a Validator with a built in type name
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3743
↓ 12 callers
Function
join
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:203
↓ 11 callers
Method
clear
@} @name Parsing @{ Reset the parsed data
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:5769
↓ 10 callers
Method
multi_option_policy
Take the last argument if given multiple times (or another policy)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3948
↓ 10 callers
Function
remove_underscore
remove underscores from a string
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:351
↓ 9 callers
Method
get_description
Get the app or subcommand description
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6100
↓ 8 callers
Method
check_name
Check the name, case insensitive and underscore insensitive if set
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6302
↓ 7 callers
Method
count_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 callers
Method
get_items_expected_min
The total min number of expected string values to be used
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4011
↓ 7 callers
Method
get_parent
Get the parent of this subcommand (or nullptr if master app)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6281
↓ 7 callers
Method
get_positional
True if the argument can be given directly
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4022
↓ 7 callers
Method
get_required
Get the status of required
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6246
↓ 7 callers
Method
required
Remove the error when extras are left over on the command line.
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4949
↓ 6 callers
Function
check_path
get the type of the path from a file name
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2328
↓ 6 callers
Method
expected
Set the number of expected arguments
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3684
↓ 6 callers
Function
valid_first_char
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:320
↓ 5 callers
Function
find_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 callers
Method
get_allow_extra_args
Get the current value of allow extra args
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3731
↓ 5 callers
Method
get_display_name
Get a display name for an app
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6299
↓ 5 callers
Method
get_exit_code
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:581
↓ 5 callers
Method
get_expected_max
The max number of times the option expects to be included
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4008
↓ 5 callers
Method
get_expected_min
The number of times the option expects to be included
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4006
↓ 5 callers
Method
get_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 callers
Method
help
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 callers
Function
split
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 callers
Function
trim_copy
Make a copy of the string and then trim it
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:280
↓ 5 callers
Method
type_name
Set a custom option typestring
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4336
↓ 5 callers
Method
type_size
Set a custom option size
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4342
↓ 4 callers
Function
ansi2attr
Cooolis-ms-Loader/Cooolis-ms/rang.hpp:347
↓ 4 callers
Method
configurable
Specify that the subcommand can be triggered by a config file
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:5053
↓ 4 callers
Method
default_str
Set the default value string representation (does not change the contained value)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4395
↓ 4 callers
Method
disabled
Disable the subcommand or option group
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4955
↓ 4 callers
Method
disabled_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 callers
Method
enabled_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 callers
Function
from_stream
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:1035
↓ 4 callers
Method
fullname
The list of parents and name joined by "."
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:1991
↓ 4 callers
Function
generate_parents
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:7733
↓ 4 callers
Method
get_default_str
The default value (for help printing)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3988
↓ 4 callers
Method
get_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 callers
Method
get_type_size_max
The maximum number of arguments the option expects
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3976
↓ 4 callers
Function
isMsysPty
Cooolis-ms-Loader/Cooolis-ms/rang.hpp:169
↓ 4 callers
Method
nonpositional
True if option has at least one non-positional name
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4025
↓ 4 callers
Method
preparse_callback
Set a callback to execute prior to parsing.
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4899
↓ 4 callers
Method
run_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 callers
Function
split_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 callers
Function
to_flag_value
Convert a flag into an integer value typically binary flags
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:1399
↓ 4 callers
Function
value_string
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:1129
↓ 3 callers
Method
ConnectServer
Cooolis-ms-Loader/Cooolis-ms/Cooolis-msf.cpp:56
↓ 3 callers
Method
GetResponseContentLength
Cooolis-ms-Loader/Cooolis-ms/Cooolis-Http.cpp:219
↓ 3 callers
Function
OutputLastError
Cooolis-ms-Loader/Cooolis-ms/MemoryModule.cpp:45
↓ 3 callers
Method
SendRequest
Cooolis-ms-Loader/Cooolis-ms/Cooolis-Http.cpp:232
↓ 3 callers
Method
SetHeaders
Cooolis-ms-Loader/Cooolis-ms/Cooolis-Http.cpp:202
↓ 3 callers
Method
_trigger_pre_parse
Trigger the pre_parse callback if needed
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:7301
↓ 3 callers
Method
add_subcommand
Add a subcommand. Inherits INHERITABLE and OptionDefaults, and help flag
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:5555
↓ 3 callers
Method
application_index
Specify the application index of a validator
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2212
↓ 3 callers
Method
callback
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 callers
Method
check_lname
Requires "--" to be removed from string
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4181
↓ 3 callers
Method
check_sname
Requires "-" to be removed from string
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4176
↓ 3 callers
Function
find_and_replace
Find and replace a substring with another substring
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:357
↓ 3 callers
Function
generate_map
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2614
↓ 3 callers
Method
get_configurable
Check the status of the allow windows style options
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6219
↓ 3 callers
Method
get_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 callers
Method
get_groups
Get the groups available directly from this option (in order)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6331
↓ 3 callers
Method
get_help_all_ptr
Get a pointer to the help all flag. (const)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6272
↓ 3 callers
Method
get_help_ptr
Get a pointer to the help flag.
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6266
↓ 3 callers
Method
get_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 callers
Method
get_option_no_throw
Get an option by name (noexcept non-const version)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6142
↓ 3 callers
Method
get_require_subcommand_min
Get the required min subcommand value
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6228
↓ 3 callers
Method
get_type_name
Get the full typename for this option
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4428
↓ 3 callers
Method
get_type_size_min
The minimum number of arguments the option expects
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3974
↓ 3 callers
Method
run_callback
Internal function to run (App) callback, bottom up
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6462
↓ 3 callers
Function
search
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2645
↓ 3 callers
Function
valid_name_string
Verify an option name
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:328
↓ 2 callers
Function
MemoryFreeLibrary
Cooolis-ms-Loader/Cooolis-ms/MemoryModule.cpp:432
↓ 2 callers
Method
ReflectiveInject
Cooolis-ms-Loader/Cooolis-ms/Cooolis-Reflective.cpp:22
↓ 2 callers
Method
_merge_description
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2298
↓ 2 callers
Method
_parse
Internal parse function
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:6818
↓ 2 callers
Method
_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 callers
Method
_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 callers
Method
_request
(self,options)
server.py:51
↓ 2 callers
Method
_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 callers
Method
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
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3726
↓ 2 callers
Method
capture_default_str
Capture the default value from the original value (if it can be captured)
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4387
↓ 2 callers
Function
checked_multiply
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2701
↓ 2 callers
Function
convert_arg_for_ini
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:7666
↓ 2 callers
Method
default_val
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:4402
↓ 2 callers
Method
delimiter
Allow in a configuration file
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:3503
↓ 2 callers
Function
find_and_modify
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:420
↓ 2 callers
Function
generate_set
Cooolis-ms-Loader/Cooolis-ms/CLI11.hpp:2601
↓ 2 callers
Function
getConsoleHandle
Cooolis-ms-Loader/Cooolis-ms/rang.hpp:280
next →
1–100 of 478, ranked by callers