MCPcopy Create free account

hub / github.com/MJx0/AndUEDumper / functions

Functions1,621 in github.com/MJx0/AndUEDumper

Functionordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
deps/nlohmann/json.hpp:19763
Functionout
deps/fmt/format.h:3717
Functionout
deps/fmt/base.h:1848
Methodout
deps/fmt/base.h:1922
Methodout
deps/fmt/base.h:1936
Methodout
deps/fmt/base.h:1973
Methodoutput_adapter
deps/nlohmann/json.hpp:15741
Methodoutput_adapter_protocol
deps/nlohmann/json.hpp:15651
Methodoutput_stream_adapter
deps/nlohmann/json.hpp:15692
Methodoutput_string_adapter
deps/nlohmann/json.hpp:15717
Methodoutput_vector_adapter
deps/nlohmann/json.hpp:15667
Functionparent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
deps/nlohmann/json.hpp:14649
Functionparse
deps/fmt/base.h:2361
Methodparse
deps/fmt/format-inl.h:1386
Methodparse
deps/fmt/format.h:3914
Methodparse
deps/fmt/format.h:3941
Methodparse
deps/fmt/format.h:3960
Methodparse_align
deps/fmt/format.h:2174
Methodparse_args_internal
* @throws std::runtime_error in case of any invalid argument */
deps/argsparse/argsparse.hpp:2352
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
deps/nlohmann/json.hpp:10174
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
deps/nlohmann/json.hpp:10050
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
deps/nlohmann/json.hpp:10136
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 */
deps/nlohmann/json.hpp:9946
Methodparse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
deps/nlohmann/json.hpp:10204
Methodparse_context
deps/fmt/base.h:880
Methodparse_error
deps/nlohmann/json.hpp:8976
Methodparse_error
deps/nlohmann/json.hpp:9371
Methodparse_error
deps/nlohmann/json.hpp:9629
Methodparse_known_args
Call parse_known_args_internal - which does all the work * Then, validate the parsed arguments * This variant is used mainly for testing * @t
deps/argsparse/argsparse.hpp:1897
Methodparse_known_args_internal
* Like parse_args_internal but collects unused args into a vector<string> */
deps/argsparse/argsparse.hpp:2465
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
deps/nlohmann/json.hpp:10980
Methodparse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
deps/nlohmann/json.hpp:11614
Methodparser
a parser reading from an input adapter
deps/nlohmann/json.hpp:12929
Functionpatch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
deps/nlohmann/json.hpp:25032
Functionpatch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
deps/nlohmann/json.hpp:24761
Functionpeek_next
deps/utfcpp/unchecked.h:134
Methodposition_string
deps/nlohmann/json.hpp:4670
Methodpreprocess_arguments
* Pre-process this argument list. Anything starting with "--", that * contains an =, where the prefix before the = has an entry in the * options
deps/argsparse/argsparse.hpp:2289
Methodpresent
deps/argsparse/argsparse.hpp:1578
Methodpresent
deps/argsparse/argsparse.hpp:1944
Methodprint
deps/fmt/format.h:904
Methodprint_help
Printing the one and only help message I've stuck with a simple message format, nothing fancy.
deps/argsparse/argsparse.hpp:2251
Functionprintln
deps/fmt/base.h:2940
Functionptr
deps/fmt/format.h:3827
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
deps/nlohmann/json.hpp:22859
MethodreadLines
AndUEDumper/src/Utils/BufferFmt.cpp:36
MethodreadView
AndUEDumper/src/Utils/BufferFmt.hpp:42
Functionreinterpret_bits
deps/nlohmann/json.hpp:17668
Methodremove_leading_zeros
deps/fmt/format.h:2533
Functionremove_prefix
deps/fmt/base.h:572
Functionremove_specials
AndUEDumper/src/UE/UEMemory.cpp:182
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
deps/nlohmann/json.hpp:22873
Functionreplace_invalid
deps/utfcpp/cpp17.h:74
Functionreplace_invalid
deps/utfcpp/cpp20.h:102
Functionreplace_invalid
deps/utfcpp/unchecked.h:50
Functionreplace_invalid
deps/utfcpp/checked.h:97
Functionreport_system_error
deps/fmt/format-inl.h:1437
Functionruntime
* Creates a runtime format string. * * **Example**: * * // Check format string at runtime instead of compile-time. * fmt::print(fmt::runt
deps/fmt/base.h:2683
Methodsax_parse_internal
deps/nlohmann/json.hpp:13038
Functionscan
deps/nlohmann/json.hpp:8540
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
deps/nlohmann/json.hpp:7867
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
deps/nlohmann/json.hpp:7992
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
deps/nlohmann/json.hpp:7277
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
deps/nlohmann/json.hpp:18788
MethodsetCompleteChar
AndUEDumper/src/Utils/ProgressUtils.hpp:35
MethodsetCurrent
AndUEDumper/src/Utils/ProgressUtils.hpp:30
MethodsetIncompleteChar
AndUEDumper/src/Utils/ProgressUtils.hpp:36
MethodsetTotal
AndUEDumper/src/Utils/ProgressUtils.hpp:29
MethodsetWidth
AndUEDumper/src/Utils/ProgressUtils.hpp:34
Functionset_debug_format
deps/fmt/base.h:2371
Functionset_end
deps/nlohmann/json.hpp:13605
Methodset_fill_size
deps/fmt/base.h:748
Functionset_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
deps/nlohmann/json.hpp:6241
Methodset_suppress
deps/argsparse/argsparse.hpp:2265
Methodsignbit
deps/fmt/format.h:2491
Methodsize
deps/fmt/format.h:1269
Methodsize
Returns the number of characters written to the output buffer.
deps/fmt/format.h:4054
Functionsmall_division_by_pow10
deps/fmt/format-inl.h:249
Methodspan_input_adapter
deps/nlohmann/json.hpp:6977
Methodsquare
deps/fmt/format.h:2694
Methodstart_array
deps/nlohmann/json.hpp:8936
Methodstart_array
deps/nlohmann/json.hpp:9292
Methodstart_object
deps/nlohmann/json.hpp:8885
Methodstart_object
deps/nlohmann/json.hpp:9193
Functionstarts_with
deps/fmt/base.h:577
Functionstarts_with_bom
deps/utfcpp/cpp17.h:88
Functionstarts_with_bom
deps/utfcpp/cpp20.h:116
Functionstarts_with_bom
deps/utfcpp/core.h:475
Methodstatic_named_arg
deps/fmt/format.h:3561
Methodstr
deps/fmt/format.h:1271
Methodstr
Returns the content of the output buffer as an `std::string`.
deps/fmt/format.h:4070
Methodstring
deps/nlohmann/json.hpp:8873
Methodstring
deps/nlohmann/json.hpp:9181
Methodstring to_string
@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
deps/nlohmann/json.hpp:25215
Methodstring_buffer
deps/fmt/format.h:918
Methodstrtof
deps/nlohmann/json.hpp:7935
Methodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
deps/nlohmann/json.hpp:17690
Methodsubtract_aligned
Computes *this -= other assuming aligned bigints and *this >= other.
deps/fmt/format.h:2540
Methodsubtract_bigits
deps/fmt/format.h:2527
Functionsubtype
@brief return the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
deps/nlohmann/json.hpp:6249
← previousnext →1,401–1,500 of 1,621, ranked by callers