MCPcopy Create free account

hub / github.com/Sinflower/UberWolf / functions

Functions1,817 in github.com/Sinflower/UberWolf

MethodremoveProtectionFromProject
UberWolfLib/WolfPro.cpp:566
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
3rdParty/nlohmann/json.hpp:22051
Methodrequire_option
The argumentless form of require option requires 1 or more options be used
3rdParty/CLI11/CLI11.hpp:7192
Methodrequire_subcommand
The argumentless form of require subcommand requires 1 or more subcommands
3rdParty/CLI11/CLI11.hpp:7163
Methodrequired
Set the option as required
3rdParty/CLI11/CLI11.hpp:5052
Functionretire_option
3rdParty/CLI11/CLI11.hpp:10020
Functionrotl32
UberWolfLib/WolfCrypt/WolfChaCha20.hpp:72
MethodrunProcess
UberWolfLib/WolfDec.cpp:398
Functionrun_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
3rdParty/CLI11/CLI11.hpp:5360
MethodsaveConfig
UberWolf/ConfigManager.h:124
Methodsax_parse_internal
3rdParty/nlohmann/json.hpp:12282
Functionscan
3rdParty/nlohmann/json.hpp:8814
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
3rdParty/nlohmann/json.hpp:8149
Methodscan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 8259. The function is realized with a determinis
3rdParty/nlohmann/json.hpp:8274
Methodscan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 8259. While scanning, bytes are escaped and copie
3rdParty/nlohmann/json.hpp:7559
Methodscope_guard_t
3rdParty/CLI11/CLI11.hpp:297
Methodsearch
3rdParty/CLI11/CLI11.hpp:3981
Methodsecond
3rdParty/CLI11/CLI11.hpp:1686
Methodsecond
3rdParty/CLI11/CLI11.hpp:1707
Methodsection
specify a particular section of the configuration file to use
3rdParty/CLI11/CLI11.hpp:3584
Methodserializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on de
3rdParty/nlohmann/json.hpp:17989
Methodset<Option *> get_excludes
The set of options excluded
3rdParty/CLI11/CLI11.hpp:5487
Methodset<Option *> get_needs
The set of options needed
3rdParty/CLI11/CLI11.hpp:5484
MethodsetButtonStates
UberWolf/ContentDialog.h:167
MethodsetHandle
UberWolf/WindowBase.h:138
Methodset_config
3rdParty/CLI11/CLI11.hpp:8157
Functionset_end
3rdParty/nlohmann/json.hpp:12837
Methodset_help_all_flag
3rdParty/CLI11/CLI11.hpp:8049
Methodset_help_flag
3rdParty/CLI11/CLI11.hpp:8033
Functionset_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
3rdParty/nlohmann/json.hpp:5871
Methodset_version_flag
3rdParty/CLI11/CLI11.hpp:8065
Methodshared_ptr<Config> get_config_formatter
Access the config formatter
3rdParty/CLI11/CLI11.hpp:7410
Methodshared_ptr<ConfigBase> get_config_formatter_base
Access the config formatter as a configBase pointer
3rdParty/CLI11/CLI11.hpp:7413
Methodshared_ptr<FormatterBase> get_formatter
Access the formatter
3rdParty/CLI11/CLI11.hpp:7407
Methodsilent
silence the subcommand from showing up in the processed list
3rdParty/CLI11/CLI11.hpp:6776
Methodsize_t close_literal_quote
3rdParty/CLI11/CLI11.hpp:994
Methodsize_t close_sequence
3rdParty/CLI11/CLI11.hpp:999
Methodsize_t close_string_quote
3rdParty/CLI11/CLI11.hpp:980
Methodsize_t escape_detect
3rdParty/CLI11/CLI11.hpp:1086
Methodsize_t get_column_width
This is the minimum requirements to run a formatter. A user can subclass this is if they do not care at all about the structure in CLI::Formatter.
3rdParty/CLI11/CLI11.hpp:4833
Methodsize_t get_require_option_max
Get the required max option value
3rdParty/CLI11/CLI11.hpp:7508
Methodsize_t get_require_option_min
Get the required min option value
3rdParty/CLI11/CLI11.hpp:7505
Methodsize_t get_require_subcommand_max
Get the required max subcommand value
3rdParty/CLI11/CLI11.hpp:7502
Methodsize_t get_require_subcommand_min
Get the required min subcommand value
3rdParty/CLI11/CLI11.hpp:7499
Methodsjis2utf8
UberWolfLib/WolfRPG/FileCoder.hpp:461
Methodsmart_deref
3rdParty/CLI11/CLI11.hpp:3926
Methodspan_input_adapter
3rdParty/nlohmann/json.hpp:6547
Methodsplit_long
3rdParty/CLI11/CLI11.hpp:3346
Methodsplit_short
3rdParty/CLI11/CLI11.hpp:3337
Methodsplit_windows_style
3rdParty/CLI11/CLI11.hpp:3361
Functionstart_array
3rdParty/nlohmann/json.hpp:6833
Methodstart_array
3rdParty/nlohmann/json.hpp:7056
Functionstart_object
3rdParty/nlohmann/json.hpp:6801
Methodstart_object
3rdParty/nlohmann/json.hpp:6985
Methodstring
3rdParty/nlohmann/json.hpp:6973
Methodstring convert_arg_for_ini
3rdParty/CLI11/CLI11.hpp:10136
Methodstring add_escaped_characters
3rdParty/CLI11/CLI11.hpp:865
Methodstring binary_escape_string
3rdParty/CLI11/CLI11.hpp:1098
Methodstring config_to_str
Produce a string that could be read in as a config of the current values of the App. Set default_also to include default arguments. write_descriptions
3rdParty/CLI11/CLI11.hpp:7392
Methodstring extract_binary_string
3rdParty/CLI11/CLI11.hpp:1140
Methodstring find_and_replace
3rdParty/CLI11/CLI11.hpp:803
Methodstring fix_newlines
3rdParty/CLI11/CLI11.hpp:745
Methodstring get_default_str
The default value (for help printing)
3rdParty/CLI11/CLI11.hpp:5490
Methodstring get_description
Get the app or subcommand description
3rdParty/CLI11/CLI11.hpp:7423
Methodstring get_envname
The environment variable associated to this value
3rdParty/CLI11/CLI11.hpp:5481
Methodstring get_footer
Generate and return the footer.
3rdParty/CLI11/CLI11.hpp:7494
Methodstring get_usage
Generate and return the usage.
3rdParty/CLI11/CLI11.hpp:7489
Methodstring help
3rdParty/CLI11/CLI11.hpp:10088
Methodstring ini_join
3rdParty/CLI11/CLI11.hpp:10195
Methodstring maybe_narrow
3rdParty/CLI11/CLI11.hpp:8353
Methodstring narrow
3rdParty/CLI11/CLI11.hpp:376
Methodstring narrow_impl
3rdParty/CLI11/CLI11.hpp:307
Methodstring remove_escaped_characters
3rdParty/CLI11/CLI11.hpp:920
Methodstring simple
3rdParty/CLI11/CLI11.hpp:10070
Methodstring to_string
@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
3rdParty/nlohmann/json.hpp:24378
Methodstring> generate_parents
3rdParty/CLI11/CLI11.hpp:10223
Methodstring> get_names
3rdParty/CLI11/CLI11.hpp:3413
Methodstring> &get_aliases
Get the aliases of the current app
3rdParty/CLI11/CLI11.hpp:7572
Methodstring> &get_fnames
Get the flag names with specified default values
3rdParty/CLI11/CLI11.hpp:5502
Methodstring> &get_lnames
Get the long names
3rdParty/CLI11/CLI11.hpp:5496
Methodstring> &get_snames
Get the short names
3rdParty/CLI11/CLI11.hpp:5499
Methodstring> compute_win32_argv
3rdParty/CLI11/CLI11.hpp:418
Methodstring> split
3rdParty/CLI11/CLI11.hpp:684
Methodstring> split_names
3rdParty/CLI11/CLI11.hpp:3376
Methodstring> split_program_name
3rdParty/CLI11/CLI11.hpp:4764
Methodstring> split_up
3rdParty/CLI11/CLI11.hpp:1046
Methodstring>> get_default_flag_values
3rdParty/CLI11/CLI11.hpp:3387
FunctionstringsOfCommand
UberWolfLib/WolfRPG/Command.hpp:764
Methodstrtof
3rdParty/nlohmann/json.hpp:8217
Methodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
3rdParty/nlohmann/json.hpp:16891
Functionsubtype
@brief return the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
3rdParty/nlohmann/json.hpp:5879
Methodsum_string_vector
Sum a vector of strings
3rdParty/CLI11/CLI11.hpp:3275
Methodswitch
3rdParty/nlohmann/json.hpp:18327
Methodtake_all
Set the multi option policy to take all arguments
3rdParty/CLI11/CLI11.hpp:5111
Methodtake_first
Set the multi option policy to take last
3rdParty/CLI11/CLI11.hpp:5104
Methodtake_last
Set the multi option policy to take last
3rdParty/CLI11/CLI11.hpp:5097
Methodtest
3rdParty/nlohmann/json.hpp:4019
Methodtest
3rdParty/nlohmann/json.hpp:4029
Methodtest
3rdParty/nlohmann/json.hpp:4039
Methodtest
3rdParty/nlohmann/json.hpp:4050
← previousnext →1,601–1,700 of 1,817, ranked by callers