Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sinflower/UberWolf
/ functions
Functions
1,817 in github.com/Sinflower/UberWolf
⨍
Functions
1,817
◇
Types & classes
412
Method
openLinux
UberWolfLib/WolfRPG/FileAccess.hpp:316
Method
openWin
UberWolfLib/WolfRPG/FileAccess.hpp:291
Function
operator "" _json
3rdParty/nlohmann/json.hpp:24392
Function
operator "" _json_pointer
3rdParty/nlohmann/json.hpp:24400
Method
operator!
3rdParty/CLI11/CLI11.hpp:4534
Function
operator!=
3rdParty/nlohmann/json.hpp:5864
Method
operator!=
inequality operator (needed for range-based for)
3rdParty/nlohmann/json.hpp:5190
Method
operator&
3rdParty/CLI11/CLI11.hpp:4490
Method
operator()
3rdParty/nlohmann/json.hpp:5034
Method
operator()
3rdParty/nlohmann/json.hpp:5735
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
3rdParty/nlohmann/json.hpp:24435
Method
operator()
This is the required operator for a Validator - provided to help users (CLI11 uses the member `func` directly)
3rdParty/CLI11/CLI11.hpp:3669
Method
operator+
3rdParty/nlohmann/json.hpp:12705
Method
operator++
3rdParty/nlohmann/json.hpp:5175
Method
operator++
3rdParty/nlohmann/json.hpp:12723
Method
operator++
post-increment (it++)
3rdParty/nlohmann/json.hpp:13607
Method
operator-
3rdParty/nlohmann/json.hpp:12712
Method
operator-
subtract from iterator
3rdParty/nlohmann/json.hpp:13643
Method
operator--
3rdParty/nlohmann/json.hpp:12736
Method
operator--
post-decrement (it--)
3rdParty/nlohmann/json.hpp:13619
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rdParty/nlohmann/json.hpp:13114
Method
operator->
3rdParty/nlohmann/json.hpp:14778
Method
operator<
Define less-than operator for sorting
UberWolfLib/WolfX/Types.hpp:65
Method
operator<
3rdParty/nlohmann/json.hpp:12700
Function
operator<<
UberWolfLib/UberLog.h:108
Function
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rdParty/nlohmann/json.hpp:13339
Function
operator<=>
3rdParty/nlohmann/json.hpp:14588
Method
operator=
UberWolfLib/Localizer.h:54
Method
operator=
UberWolf/Localizer.h:63
Method
operator=
UberWolf/ConfigManager.h:50
Method
operator=
3rdParty/nlohmann/json.hpp:272
Function
operator==
3rdParty/nlohmann/json.hpp:13259
Function
operator==
If options share any of the same names, they are equal (not counting positional)
3rdParty/CLI11/CLI11.hpp:5583
Method
operator==
UberWolfLib/WolfRPG/FileCoder.hpp:60
Method
operator==
Define equality operator for comparison
UberWolfLib/WolfX/Types.hpp:71
Method
operator==
equality operator (needed for InputIterator)
3rdParty/nlohmann/json.hpp:5184
Function
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rdParty/nlohmann/json.hpp:13348
Function
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rdParty/nlohmann/json.hpp:13357
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rdParty/nlohmann/json.hpp:13474
Function
operator[]
Shortcut bracket operator for getting a pointer to an option
3rdParty/CLI11/CLI11.hpp:7462
Method
operator|
3rdParty/CLI11/CLI11.hpp:4422
Method
operator|
3rdParty/CLI11/CLI11.hpp:4512
Method
option_defaults
Get the OptionDefault object, to set option defaults
3rdParty/CLI11/CLI11.hpp:6888
Function
option_text
3rdParty/CLI11/CLI11.hpp:5553
Function
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
3rdParty/nlohmann/json.hpp:18964
Method
output_adapter
3rdParty/nlohmann/json.hpp:14954
Method
output_adapter_protocol
3rdParty/nlohmann/json.hpp:14864
Method
output_stream_adapter
3rdParty/nlohmann/json.hpp:14905
Method
output_string_adapter
3rdParty/nlohmann/json.hpp:14930
Method
output_vector_adapter
3rdParty/nlohmann/json.hpp:14880
Method
overflowCheck
3rdParty/CLI11/CLI11.hpp:4023
Method
packData
UberWolfLib/UberWolfLib.cpp:323
Method
parentSeparator
Specify the separator to use for parent layers
3rdParty/CLI11/CLI11.hpp:3575
Function
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
3rdParty/nlohmann/json.hpp:13864
Method
parse
3rdParty/CLI11/CLI11.hpp:8346
Method
parse_arg
3rdParty/CLI11/CLI11.hpp:7805
Method
parse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
3rdParty/nlohmann/json.hpp:9468
Method
parse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
3rdParty/nlohmann/json.hpp:9350
Method
parse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
3rdParty/nlohmann/json.hpp:9430
Method
parse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
3rdParty/nlohmann/json.hpp:9246
Method
parse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
3rdParty/nlohmann/json.hpp:9498
Method
parse_char_t
3rdParty/CLI11/CLI11.hpp:8357
Method
parse_complete_callback
Set a callback to execute when parsing has completed for the app
3rdParty/CLI11/CLI11.hpp:6739
Function
parse_error
3rdParty/nlohmann/json.hpp:6856
Method
parse_error
3rdParty/nlohmann/json.hpp:7106
Method
parse_error
3rdParty/nlohmann/json.hpp:7293
Method
parse_from_stream
3rdParty/CLI11/CLI11.hpp:8445
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
3rdParty/nlohmann/json.hpp:10274
Method
parse_subcommand
3rdParty/CLI11/CLI11.hpp:7810
Method
parse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
3rdParty/nlohmann/json.hpp:10908
Method
parsed
Check to see if this subcommand was parsed, true only if received on command line.
3rdParty/CLI11/CLI11.hpp:6885
Method
parser
a parser reading from an input adapter
3rdParty/nlohmann/json.hpp:12173
Method
patch
UberWolfLib/WolfRPG/Map.hpp:537
Method
patch
UberWolfLib/WolfRPG/CommonEvents.hpp:441
Method
patch
UberWolfLib/WolfRPG/GameDat.hpp:200
Function
patch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
3rdParty/nlohmann/json.hpp:23924
Method
path to_path
3rdParty/CLI11/CLI11.hpp:392
Method
populateComboBox
UberWolf/PackConfig.h:100
Method
position_string
3rdParty/nlohmann/json.hpp:4446
Method
positionals_at_end
Specify that the positional arguments are only at the end of the sequence
3rdParty/CLI11/CLI11.hpp:6852
Method
pre_callback
This allows subclasses to inject code before callbacks but after parse. This does not run if any errors or help is thrown.
3rdParty/CLI11/CLI11.hpp:7238
Method
prefix_command
Do not parse anything after the first unrecognized option and return
3rdParty/CLI11/CLI11.hpp:6836
Method
print
UberWolfLib/WolfX/SimdFeatures.hpp:52
Method
ptrdiff_t find_member
3rdParty/CLI11/CLI11.hpp:828
Method
quoteCharacter
Specify the quote characters used around strings and literal strings
3rdParty/CLI11/CLI11.hpp:3564
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
3rdParty/nlohmann/json.hpp:22037
Method
readFile
UberWolfLib/WolfPro.cpp:427
Method
readLocalizationFromFile
UberWolf/Localizer.h:263
Method
readLocalizationFromResource
UberWolf/Localizer.h:241
Method
registerCheckBoxState
UberWolf/WindowBase.h:184
Method
registerClass
UberWolf/MainWindow.h:72
Method
registerLocalizedWindow
UberWolf/WindowBase.h:189
Method
registerSlot
UberWolf/WindowBase.h:168
Function
reinterpret_bits
3rdParty/nlohmann/json.hpp:16869
Method
remaining
3rdParty/CLI11/CLI11.hpp:8706
Method
remaining_for_passthrough
3rdParty/CLI11/CLI11.hpp:8732
Method
remaining_size
3rdParty/CLI11/CLI11.hpp:8738
Method
removeOldConfig
UberWolfLib/WolfDec.cpp:273
Method
removeProtection
UberWolfLib/WolfPro.cpp:518
Method
removeProtectionFromDat
UberWolfLib/WolfPro.cpp:585
← previous
next →
1,501–1,600 of 1,817, ranked by callers