Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlSch092/UltimateAntiCheat
/ functions
Functions
870 in github.com/AlSch092/UltimateAntiCheat
⨍
Functions
870
◇
Types & classes
315
Method
operator*
Core/Detections.hpp:45
Method
operator*
Core/AntiCheat.hpp:42
Method
operator+
Environment/Services.hpp:88
Method
operator+
AntiDebug/AntiDebugger.hpp:50
Method
operator+
delete move assignments
AntiTamper/Integrity.hpp:55
Method
operator+
Common/json.hpp:12783
Method
operator+
Network/NetClient.hpp:71
Method
operator+
Process/Thread.hpp:73
Method
operator+
Core/Preventions.hpp:30
Method
operator+
Core/Detections.hpp:43
Method
operator+
Core/AntiCheat.hpp:40
Method
operator++
Common/json.hpp:5242
Method
operator++
Common/json.hpp:12801
Method
operator++
post-increment (it++)
Common/json.hpp:13685
Method
operator-
delete all arithmetic operators, unnecessary for context
Environment/Services.hpp:89
Method
operator-
delete all arithmetic operators, unnecessary for context
AntiDebug/AntiDebugger.hpp:51
Method
operator-
delete all arithmetic operators, unnecessary for context
AntiTamper/Integrity.hpp:56
Method
operator-
Common/json.hpp:12790
Method
operator-
subtract from iterator
Common/json.hpp:13721
Method
operator-
delete all arithmetic operators, unnecessary for context
Network/NetClient.hpp:72
Method
operator-
delete all arithmetic operators, unnecessary for context
Process/Thread.hpp:74
Method
operator-
delete all arithmetic operators, unnecessary for context
Core/Preventions.hpp:31
Method
operator-
delete all arithmetic operators, unnecessary for context
Core/Detections.hpp:44
Method
operator-
delete all arithmetic operators, unnecessary for context
Core/AntiCheat.hpp:41
Method
operator--
Common/json.hpp:12814
Method
operator--
post-decrement (it--)
Common/json.hpp:13697
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/json.hpp:13192
Method
operator->
Common/json.hpp:14864
Method
operator/
Environment/Services.hpp:91
Method
operator/
AntiDebug/AntiDebugger.hpp:53
Method
operator/
AntiTamper/Integrity.hpp:58
Method
operator/
Network/NetClient.hpp:74
Method
operator/
Process/Thread.hpp:76
Method
operator/
Core/Preventions.hpp:33
Method
operator/
Core/Detections.hpp:46
Method
operator/
Core/AntiCheat.hpp:43
Method
operator<
Common/json.hpp:12778
Function
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/json.hpp:13417
Function
operator<=>
Common/json.hpp:14674
Method
operator=
Common/json.hpp:272
Function
operator==
Common/json.hpp:13337
Method
operator==
equality operator (needed for InputIterator)
Common/json.hpp:5251
Function
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/json.hpp:13426
Function
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/json.hpp:13435
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/json.hpp:13552
Function
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
Common/json.hpp:19048
Method
output_adapter
Common/json.hpp:15040
Method
output_adapter_protocol
Common/json.hpp:14950
Method
output_stream_adapter
Common/json.hpp:14991
Method
output_string_adapter
Common/json.hpp:15016
Method
output_vector_adapter
Common/json.hpp:14966
Method
pad
Common/SHA256.cpp:127
Function
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
Common/json.hpp:13950
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
Common/json.hpp:9534
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
Common/json.hpp:9416
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
Common/json.hpp:9496
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 */
Common/json.hpp:9312
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
Common/json.hpp:9564
Function
parse_error
Common/json.hpp:6921
Method
parse_error
Common/json.hpp:7171
Method
parse_error
Common/json.hpp:7358
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
Common/json.hpp:10340
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
Common/json.hpp:10974
Method
parser
a parser reading from an input adapter
Common/json.hpp:12239
Function
patch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
Common/json.hpp:24270
Function
patch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
Common/json.hpp:23999
Method
position_string
Common/json.hpp:4513
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
Common/json.hpp:22118
Method
readBool
Network/Packets/PacketReader.hpp:15
Method
read_callback
Callback function to read data.. un-hangs logout request for some reason if we specify a read callback on curl request
Network/HttpClient.cpp:196
Function
reinterpret_bits
Common/json.hpp:16955
Function
rend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
Common/json.hpp:22132
Method
revert
Common/SHA256.cpp:157
Method
rotr
Common/SHA256.cpp:53
Method
sax_parse_internal
Common/json.hpp:12348
Function
scan
Common/json.hpp:8881
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
Common/json.hpp:8216
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
Common/json.hpp:8341
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
Common/json.hpp:7626
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
Common/json.hpp:18073
Function
set_end
Common/json.hpp:12915
Function
set_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
Common/json.hpp:5938
Method
sig0
Common/SHA256.cpp:68
Method
sig1
Common/SHA256.cpp:73
Method
span_input_adapter
Common/json.hpp:6613
Method
splitStringBySpace
Common/Utility.cpp:160
Function
start_array
Common/json.hpp:6898
Method
start_array
Common/json.hpp:7121
Function
start_object
Common/json.hpp:6866
Method
start_object
Common/json.hpp:7050
Method
str_to_lower
Common/Utility.cpp:54
Method
strcmp_insensitive
Common/Utility.cpp:103
Method
string
Common/json.hpp:7038
Method
string to_string
@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
Common/json.hpp:24453
Method
strstr_case_insensitive
Common/Utility.cpp:63
Method
strtof
Common/json.hpp:8284
Method
sub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
Common/json.hpp:16977
Function
subtype
@brief return the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
Common/json.hpp:5946
Method
switch
Common/json.hpp:18411
Method
test
Common/json.hpp:4088
← previous
next →
701–800 of 870, ranked by callers