Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MJx0/AndUEDumper
/ functions
Functions
1,621 in github.com/MJx0/AndUEDumper
⨍
Functions
1,621
◇
Types & classes
502
Function
ordered_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
Function
out
deps/fmt/format.h:3717
Function
out
deps/fmt/base.h:1848
Method
out
deps/fmt/base.h:1922
Method
out
deps/fmt/base.h:1936
Method
out
deps/fmt/base.h:1973
Method
output_adapter
deps/nlohmann/json.hpp:15741
Method
output_adapter_protocol
deps/nlohmann/json.hpp:15651
Method
output_stream_adapter
deps/nlohmann/json.hpp:15692
Method
output_string_adapter
deps/nlohmann/json.hpp:15717
Method
output_vector_adapter
deps/nlohmann/json.hpp:15667
Function
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
deps/nlohmann/json.hpp:14649
Function
parse
deps/fmt/base.h:2361
Method
parse
deps/fmt/format-inl.h:1386
Method
parse
deps/fmt/format.h:3914
Method
parse
deps/fmt/format.h:3941
Method
parse
deps/fmt/format.h:3960
Method
parse_align
deps/fmt/format.h:2174
Method
parse_args_internal
* @throws std::runtime_error in case of any invalid argument */
deps/argsparse/argsparse.hpp:2352
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
deps/nlohmann/json.hpp:10174
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
deps/nlohmann/json.hpp:10050
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
deps/nlohmann/json.hpp:10136
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 */
deps/nlohmann/json.hpp:9946
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
deps/nlohmann/json.hpp:10204
Method
parse_context
deps/fmt/base.h:880
Method
parse_error
deps/nlohmann/json.hpp:8976
Method
parse_error
deps/nlohmann/json.hpp:9371
Method
parse_error
deps/nlohmann/json.hpp:9629
Method
parse_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
Method
parse_known_args_internal
* Like parse_args_internal but collects unused args into a vector<string> */
deps/argsparse/argsparse.hpp:2465
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
deps/nlohmann/json.hpp:10980
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
deps/nlohmann/json.hpp:11614
Method
parser
a parser reading from an input adapter
deps/nlohmann/json.hpp:12929
Function
patch
@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
Function
patch_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
Function
peek_next
deps/utfcpp/unchecked.h:134
Method
position_string
deps/nlohmann/json.hpp:4670
Method
preprocess_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
Method
present
deps/argsparse/argsparse.hpp:1578
Method
present
deps/argsparse/argsparse.hpp:1944
Method
print
deps/fmt/format.h:904
Method
print_help
Printing the one and only help message I've stuck with a simple message format, nothing fancy.
deps/argsparse/argsparse.hpp:2251
Function
println
deps/fmt/base.h:2940
Function
ptr
deps/fmt/format.h:3827
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
deps/nlohmann/json.hpp:22859
Method
readLines
AndUEDumper/src/Utils/BufferFmt.cpp:36
Method
readView
AndUEDumper/src/Utils/BufferFmt.hpp:42
Function
reinterpret_bits
deps/nlohmann/json.hpp:17668
Method
remove_leading_zeros
deps/fmt/format.h:2533
Function
remove_prefix
deps/fmt/base.h:572
Function
remove_specials
AndUEDumper/src/UE/UEMemory.cpp:182
Function
rend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
deps/nlohmann/json.hpp:22873
Function
replace_invalid
deps/utfcpp/cpp17.h:74
Function
replace_invalid
deps/utfcpp/cpp20.h:102
Function
replace_invalid
deps/utfcpp/unchecked.h:50
Function
replace_invalid
deps/utfcpp/checked.h:97
Function
report_system_error
deps/fmt/format-inl.h:1437
Function
runtime
* Creates a runtime format string. * * **Example**: * * // Check format string at runtime instead of compile-time. * fmt::print(fmt::runt
deps/fmt/base.h:2683
Method
sax_parse_internal
deps/nlohmann/json.hpp:13038
Function
scan
deps/nlohmann/json.hpp:8540
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
deps/nlohmann/json.hpp:7867
Method
scan_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
Method
scan_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
Method
serializer
! @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
Method
setCompleteChar
AndUEDumper/src/Utils/ProgressUtils.hpp:35
Method
setCurrent
AndUEDumper/src/Utils/ProgressUtils.hpp:30
Method
setIncompleteChar
AndUEDumper/src/Utils/ProgressUtils.hpp:36
Method
setTotal
AndUEDumper/src/Utils/ProgressUtils.hpp:29
Method
setWidth
AndUEDumper/src/Utils/ProgressUtils.hpp:34
Function
set_debug_format
deps/fmt/base.h:2371
Function
set_end
deps/nlohmann/json.hpp:13605
Method
set_fill_size
deps/fmt/base.h:748
Function
set_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
deps/nlohmann/json.hpp:6241
Method
set_suppress
deps/argsparse/argsparse.hpp:2265
Method
signbit
deps/fmt/format.h:2491
Method
size
deps/fmt/format.h:1269
Method
size
Returns the number of characters written to the output buffer.
deps/fmt/format.h:4054
Function
small_division_by_pow10
deps/fmt/format-inl.h:249
Method
span_input_adapter
deps/nlohmann/json.hpp:6977
Method
square
deps/fmt/format.h:2694
Method
start_array
deps/nlohmann/json.hpp:8936
Method
start_array
deps/nlohmann/json.hpp:9292
Method
start_object
deps/nlohmann/json.hpp:8885
Method
start_object
deps/nlohmann/json.hpp:9193
Function
starts_with
deps/fmt/base.h:577
Function
starts_with_bom
deps/utfcpp/cpp17.h:88
Function
starts_with_bom
deps/utfcpp/cpp20.h:116
Function
starts_with_bom
deps/utfcpp/core.h:475
Method
static_named_arg
deps/fmt/format.h:3561
Method
str
deps/fmt/format.h:1271
Method
str
Returns the content of the output buffer as an `std::string`.
deps/fmt/format.h:4070
Method
string
deps/nlohmann/json.hpp:8873
Method
string
deps/nlohmann/json.hpp:9181
Method
string 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
Method
string_buffer
deps/fmt/format.h:918
Method
strtof
deps/nlohmann/json.hpp:7935
Method
sub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
deps/nlohmann/json.hpp:17690
Method
subtract_aligned
Computes *this -= other assuming aligned bigints and *this >= other.
deps/fmt/format.h:2540
Method
subtract_bigits
deps/fmt/format.h:2527
Function
subtype
@brief return the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
deps/nlohmann/json.hpp:6249
← previous
next →
1,401–1,500 of 1,621, ranked by callers