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
get_cbor_array
! @param[in] len the length of the array or static_cast<std::size_t>(-1) for an array of indefinite size @param[in] tag_h
Common/json.hpp:10246
Method
get_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
Common/json.hpp:10151
Method
get_cbor_float_prefix
Common/json.hpp:16329
Method
get_cbor_object
! @param[in] len the length of the object or static_cast<std::size_t>(-1) for an object of indefinite size @param[in] tag
Common/json.hpp:10284
Method
get_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
Common/json.hpp:10055
Function
get_character
Common/json.hpp:6206
Method
get_character
Common/json.hpp:6289
Method
get_character
Common/json.hpp:6447
Method
get_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
Common/json.hpp:7541
Method
get_decimal_point
return the locale-dependent decimal point
Common/json.hpp:7514
Function
get_error_message
return syntax error message
Common/json.hpp:8844
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
Common/json.hpp:11905
Function
get_impl
Common/json.hpp:20948
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
Common/json.hpp:10915
Method
get_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
Common/json.hpp:10804
Method
get_msgpack_float_prefix
Common/json.hpp:16343
Method
get_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
Common/json.hpp:10937
Method
get_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
Common/json.hpp:10721
Method
get_number
Common/json.hpp:11932
Function
get_number_float
return floating-point value
Common/json.hpp:8796
Function
get_number_unsigned
Common/json.hpp:8790
Function
get_position
return position of last read token
Common/json.hpp:8812
Function
get_ref
Common/json.hpp:21134
Function
get_ref_impl
Common/json.hpp:20823
Function
get_to
Common/json.hpp:21122
Method
get_token
get next token from lexer
Common/json.hpp:12641
Method
get_ubjson_array
! @return whether array creation completed */
Common/json.hpp:11626
Method
get_ubjson_float_prefix
Common/json.hpp:16644
Method
get_ubjson_high_precision_number
Common/json.hpp:11817
Method
get_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
Common/json.hpp:11088
Method
get_ubjson_object
! @return whether object creation completed */
Common/json.hpp:11734
Method
get_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
Common/json.hpp:11376
Method
get_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
Common/json.hpp:11153
Method
get_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
Common/json.hpp:10993
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
Common/json.hpp:11443
Method
handle_value
Common/json.hpp:7205
Function
has_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
Common/json.hpp:5953
Method
input_stream_adapter
Common/json.hpp:6240
Function
insert
Common/json.hpp:19326
Function
is_c_string
Common/json.hpp:4166
Function
is_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
Common/json.hpp:20685
Function
is_errored
Common/json.hpp:6933
Function
is_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
Common/json.hpp:20601
Function
is_transparent
Common/json.hpp:4194
Function
items
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
Common/json.hpp:22183
Method
iter_impl
Common/json.hpp:12957
Method
iteration_proxy
Common/json.hpp:5313
Method
iteration_proxy_value
Common/json.hpp:5208
Method
iterator_input_adapter
Common/json.hpp:6285
Function
iterator_wrapper
Common/json.hpp:22165
Function
json_pointer operator/
@brief create a new JSON pointer by appending the right JSON pointer at the end of the left JSON pointer @sa https://json.nlohmann.me/api/json_pointer
Common/json.hpp:13928
Method
json_ref
Common/json.hpp:14824
Method
json_reverse_iterator
create reverse iterator from iterator
Common/json.hpp:13678
Method
json_sax_dom_callback_parser
Common/json.hpp:6993
Function
json_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
Common/json.hpp:6813
Function
json_value
default constructor (for null values)
Common/json.hpp:19743
Function
key
Common/json.hpp:6878
Method
key
Common/json.hpp:7068
Method
key
return the key of an object iterator
Common/json.hpp:13739
Method
lexer
Common/json.hpp:7495
Method
log
Common/Logger.hpp:74
Method
logToFile
Common/Logger.hpp:44
Method
logToWFile
Common/Logger.hpp:103
Method
logf
Common/Logger.hpp:165
Method
logfw
Common/Logger.hpp:186
Method
logw
Common/Logger.hpp:136
Function
main
* @brief Entry point function which creates an anticheat object and loops until the user wants to exit * * @details serves as a proof of concept f
main.cpp:57
Function
main
LibTest/UACLibTest.cpp:8
Method
majority
Common/SHA256.cpp:63
Function
make_array
Common/json.hpp:3222
Function
max_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
Common/json.hpp:22284
Function
merge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
Common/json.hpp:24422
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
Common/json.hpp:16989
Method
name
Common/json.hpp:4387
Method
next_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
Common/json.hpp:7589
Method
nonesuch
Common/json.hpp:268
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
Common/json.hpp:17054
Method
normalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
Common/json.hpp:17071
Function
null
Common/json.hpp:6824
Method
null
Common/json.hpp:7008
Function
number_float
Common/json.hpp:6848
Method
number_float
Common/json.hpp:7032
Function
number_integer
Common/json.hpp:6836
Method
number_integer
Common/json.hpp:7020
Function
number_unsigned
Common/json.hpp:6842
Method
number_unsigned
Common/json.hpp:7026
Function
operator "" _json
Common/json.hpp:24470
Function
operator "" _json_pointer
Common/json.hpp:24482
Function
operator!=
Common/json.hpp:5931
Method
operator!=
inequality operator (needed for range-based for)
Common/json.hpp:5257
Function
operator()
Common/json.hpp:24504
Method
operator()
Common/json.hpp:5101
Method
operator()
Common/json.hpp:5802
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
Common/json.hpp:24518
Method
operator*
Environment/Services.hpp:90
Method
operator*
AntiDebug/AntiDebugger.hpp:52
Method
operator*
AntiTamper/Integrity.hpp:57
Method
operator*
Network/NetClient.hpp:73
Method
operator*
Process/Thread.hpp:75
Method
operator*
Core/Preventions.hpp:32
← previous
next →
601–700 of 870, ranked by callers