MCPcopy Create free account

hub / github.com/Sinflower/UberWolf / functions

Functions1,817 in github.com/Sinflower/UberWolf

MethodopenLinux
UberWolfLib/WolfRPG/FileAccess.hpp:316
MethodopenWin
UberWolfLib/WolfRPG/FileAccess.hpp:291
Functionoperator "" _json
3rdParty/nlohmann/json.hpp:24392
Functionoperator "" _json_pointer
3rdParty/nlohmann/json.hpp:24400
Methodoperator!
3rdParty/CLI11/CLI11.hpp:4534
Functionoperator!=
3rdParty/nlohmann/json.hpp:5864
Methodoperator!=
inequality operator (needed for range-based for)
3rdParty/nlohmann/json.hpp:5190
Methodoperator&
3rdParty/CLI11/CLI11.hpp:4490
Methodoperator()
3rdParty/nlohmann/json.hpp:5034
Methodoperator()
3rdParty/nlohmann/json.hpp:5735
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
3rdParty/nlohmann/json.hpp:24435
Methodoperator()
This is the required operator for a Validator - provided to help users (CLI11 uses the member `func` directly)
3rdParty/CLI11/CLI11.hpp:3669
Methodoperator+
3rdParty/nlohmann/json.hpp:12705
Methodoperator++
3rdParty/nlohmann/json.hpp:5175
Methodoperator++
3rdParty/nlohmann/json.hpp:12723
Methodoperator++
post-increment (it++)
3rdParty/nlohmann/json.hpp:13607
Methodoperator-
3rdParty/nlohmann/json.hpp:12712
Methodoperator-
subtract from iterator
3rdParty/nlohmann/json.hpp:13643
Methodoperator--
3rdParty/nlohmann/json.hpp:12736
Methodoperator--
post-decrement (it--)
3rdParty/nlohmann/json.hpp:13619
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rdParty/nlohmann/json.hpp:13114
Methodoperator->
3rdParty/nlohmann/json.hpp:14778
Methodoperator<
Define less-than operator for sorting
UberWolfLib/WolfX/Types.hpp:65
Methodoperator<
3rdParty/nlohmann/json.hpp:12700
Functionoperator<<
UberWolfLib/UberLog.h:108
Functionoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rdParty/nlohmann/json.hpp:13339
Functionoperator<=>
3rdParty/nlohmann/json.hpp:14588
Methodoperator=
UberWolfLib/Localizer.h:54
Methodoperator=
UberWolf/Localizer.h:63
Methodoperator=
UberWolf/ConfigManager.h:50
Methodoperator=
3rdParty/nlohmann/json.hpp:272
Functionoperator==
3rdParty/nlohmann/json.hpp:13259
Functionoperator==
If options share any of the same names, they are equal (not counting positional)
3rdParty/CLI11/CLI11.hpp:5583
Methodoperator==
UberWolfLib/WolfRPG/FileCoder.hpp:60
Methodoperator==
Define equality operator for comparison
UberWolfLib/WolfX/Types.hpp:71
Methodoperator==
equality operator (needed for InputIterator)
3rdParty/nlohmann/json.hpp:5184
Functionoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rdParty/nlohmann/json.hpp:13348
Functionoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rdParty/nlohmann/json.hpp:13357
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rdParty/nlohmann/json.hpp:13474
Functionoperator[]
Shortcut bracket operator for getting a pointer to an option
3rdParty/CLI11/CLI11.hpp:7462
Methodoperator|
3rdParty/CLI11/CLI11.hpp:4422
Methodoperator|
3rdParty/CLI11/CLI11.hpp:4512
Methodoption_defaults
Get the OptionDefault object, to set option defaults
3rdParty/CLI11/CLI11.hpp:6888
Functionoption_text
3rdParty/CLI11/CLI11.hpp:5553
Functionordered_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
Methodoutput_adapter
3rdParty/nlohmann/json.hpp:14954
Methodoutput_adapter_protocol
3rdParty/nlohmann/json.hpp:14864
Methodoutput_stream_adapter
3rdParty/nlohmann/json.hpp:14905
Methodoutput_string_adapter
3rdParty/nlohmann/json.hpp:14930
Methodoutput_vector_adapter
3rdParty/nlohmann/json.hpp:14880
MethodoverflowCheck
3rdParty/CLI11/CLI11.hpp:4023
MethodpackData
UberWolfLib/UberWolfLib.cpp:323
MethodparentSeparator
Specify the separator to use for parent layers
3rdParty/CLI11/CLI11.hpp:3575
Functionparent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
3rdParty/nlohmann/json.hpp:13864
Methodparse
3rdParty/CLI11/CLI11.hpp:8346
Methodparse_arg
3rdParty/CLI11/CLI11.hpp:7805
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_char_t
3rdParty/CLI11/CLI11.hpp:8357
Methodparse_complete_callback
Set a callback to execute when parsing has completed for the app
3rdParty/CLI11/CLI11.hpp:6739
Functionparse_error
3rdParty/nlohmann/json.hpp:6856
Methodparse_error
3rdParty/nlohmann/json.hpp:7106
Methodparse_error
3rdParty/nlohmann/json.hpp:7293
Methodparse_from_stream
3rdParty/CLI11/CLI11.hpp:8445
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
3rdParty/nlohmann/json.hpp:10274
Methodparse_subcommand
3rdParty/CLI11/CLI11.hpp:7810
Methodparse_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
Methodparsed
Check to see if this subcommand was parsed, true only if received on command line.
3rdParty/CLI11/CLI11.hpp:6885
Methodparser
a parser reading from an input adapter
3rdParty/nlohmann/json.hpp:12173
Methodpatch
UberWolfLib/WolfRPG/Map.hpp:537
Methodpatch
UberWolfLib/WolfRPG/CommonEvents.hpp:441
Methodpatch
UberWolfLib/WolfRPG/GameDat.hpp:200
Functionpatch_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
Methodpath to_path
3rdParty/CLI11/CLI11.hpp:392
MethodpopulateComboBox
UberWolf/PackConfig.h:100
Methodposition_string
3rdParty/nlohmann/json.hpp:4446
Methodpositionals_at_end
Specify that the positional arguments are only at the end of the sequence
3rdParty/CLI11/CLI11.hpp:6852
Methodpre_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
Methodprefix_command
Do not parse anything after the first unrecognized option and return
3rdParty/CLI11/CLI11.hpp:6836
Methodprint
UberWolfLib/WolfX/SimdFeatures.hpp:52
Methodptrdiff_t find_member
3rdParty/CLI11/CLI11.hpp:828
MethodquoteCharacter
Specify the quote characters used around strings and literal strings
3rdParty/CLI11/CLI11.hpp:3564
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
3rdParty/nlohmann/json.hpp:22037
MethodreadFile
UberWolfLib/WolfPro.cpp:427
MethodreadLocalizationFromFile
UberWolf/Localizer.h:263
MethodreadLocalizationFromResource
UberWolf/Localizer.h:241
MethodregisterCheckBoxState
UberWolf/WindowBase.h:184
MethodregisterClass
UberWolf/MainWindow.h:72
MethodregisterLocalizedWindow
UberWolf/WindowBase.h:189
MethodregisterSlot
UberWolf/WindowBase.h:168
Functionreinterpret_bits
3rdParty/nlohmann/json.hpp:16869
Methodremaining
3rdParty/CLI11/CLI11.hpp:8706
Methodremaining_for_passthrough
3rdParty/CLI11/CLI11.hpp:8732
Methodremaining_size
3rdParty/CLI11/CLI11.hpp:8738
MethodremoveOldConfig
UberWolfLib/WolfDec.cpp:273
MethodremoveProtection
UberWolfLib/WolfPro.cpp:518
MethodremoveProtectionFromDat
UberWolfLib/WolfPro.cpp:585
← previousnext →1,501–1,600 of 1,817, ranked by callers