Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aixed/WeChat-Hook
/ functions
Functions
1,775 in github.com/aixed/WeChat-Hook
⨍
Functions
1,775
◇
Types & classes
476
Method
to_char_type
include/json/json.hpp:16501
Method
to_json
include/json.hpp:5702
Method
to_json
include/json/json.hpp:5702
Function
to_lower
3rdparty/httplib/httplib.h:4246
Function
to_lower
include/httplib.h:4246
Function
to_msgpack
@brief create a MessagePack serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_msgpack/
include/json.hpp:23145
Function
to_msgpack
@brief create a MessagePack serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_msgpack/
include/json/json.hpp:23145
Function
to_ubjson
@brief create a UBJSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_ubjson/
include/json.hpp:23168
Function
to_ubjson
@brief create a UBJSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_ubjson/
include/json/json.hpp:23168
Method
token_type_name
include/json.hpp:7280
Method
token_type_name
include/json/json.hpp:7280
Method
ubjson_prefix
! @brief determine the type prefix of container values */
include/json.hpp:16210
Method
ubjson_prefix
! @brief determine the type prefix of container values */
include/json/json.hpp:16210
Function
unflatten
include/json.hpp:14366
Function
unflatten
include/json/json.hpp:14366
Function
update
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
include/json.hpp:22318
Function
update
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
include/json/json.hpp:22318
Method
upper_bound
returns an iterator to the first element greater than the given key
include/json/fifo_map.hpp:464
Function
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/json.hpp:13403
Function
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/json/json.hpp:13403
Method
value
return the value of an iterator
include/json.hpp:13543
Method
value
return the value of an iterator
include/json/json.hpp:13543
Function
value_in_range_of
include/json.hpp:4052
Function
value_in_range_of
include/json/json.hpp:4052
Method
verify_host
3rdparty/httplib/httplib.h:8231
Method
verify_host
include/httplib.h:8231
Method
verify_host_with_common_name
3rdparty/httplib/httplib.h:8314
Method
verify_host_with_common_name
include/httplib.h:8314
Method
verify_host_with_subject_alt_name
3rdparty/httplib/httplib.h:8257
Method
verify_host_with_subject_alt_name
include/httplib.h:8257
Method
wait_until_ready
3rdparty/httplib/httplib.h:5376
Method
wait_until_ready
include/httplib.h:5376
Method
what
returns the explanatory string
include/json/json.hpp:4226
Method
wide_string_input_adapter
include/json.hpp:6290
Method
wide_string_input_adapter
include/json/json.hpp:6290
Method
worker
3rdparty/httplib/httplib.h:627
Method
worker
include/httplib.h:627
Method
write_bjdata_ndarray
! @return false if the object is successfully converted to a bjdata ndarray, true if the type or size is invalid */
include/json.hpp:16324
Method
write_bjdata_ndarray
! @return false if the object is successfully converted to a bjdata ndarray, true if the type or size is invalid */
include/json/json.hpp:16324
Method
write_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
include/json.hpp:15836
Method
write_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
include/json/json.hpp:15836
Method
write_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
include/json.hpp:15855
Method
write_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
include/json/json.hpp:15855
Method
write_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
include/json.hpp:15693
Method
write_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
include/json/json.hpp:15693
Method
write_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
include/json.hpp:15703
Method
write_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
include/json/json.hpp:15703
Method
write_bson_element
! @brief Serializes the JSON value @a j to BSON and associates it with the key @a name. @param name The name to associate with t
include/json.hpp:15918
Method
write_bson_element
! @brief Serializes the JSON value @a j to BSON and associates it with the key @a name. @param name The name to associate with t
include/json/json.hpp:15918
Method
write_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
include/json.hpp:15681
Method
write_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
include/json/json.hpp:15681
Method
write_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
include/json.hpp:15753
Method
write_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
include/json/json.hpp:15753
Method
write_bson_null
! @brief Writes a BSON element with key @a name and null value */
include/json.hpp:15735
Method
write_bson_null
! @brief Writes a BSON element with key @a name and null value */
include/json/json.hpp:15735
Method
write_bson_object
! @param[in] value JSON value to serialize @pre value.type() == value_t::object */
include/json.hpp:15980
Method
write_bson_object
! @param[in] value JSON value to serialize @pre value.type() == value_t::object */
include/json/json.hpp:15980
Method
write_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
include/json.hpp:15803
Method
write_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
include/json/json.hpp:15803
Method
write_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
include/json.hpp:15721
Method
write_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
include/json/json.hpp:15721
Method
write_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
include/json.hpp:15781
Method
write_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
include/json/json.hpp:15781
Method
write_character
include/json.hpp:14662
Method
write_character
include/json.hpp:14687
Method
write_character
include/json/json.hpp:14662
Method
write_character
include/json/json.hpp:14687
Method
write_compact_float
include/json.hpp:16467
Method
write_compact_float
include/json/json.hpp:16467
Method
write_content_with_provider
3rdparty/httplib/httplib.h:5545
Method
write_content_with_provider
include/httplib.h:5545
Method
write_number
include/json.hpp:16451
Method
write_number
include/json/json.hpp:16451
Method
write_number_with_ubjson_prefix
include/json.hpp:16027
Method
write_number_with_ubjson_prefix
include/json/json.hpp:16027
Method
write_request
3rdparty/httplib/httplib.h:6638
Method
write_request
include/httplib.h:6638
Method
write_response
3rdparty/httplib/httplib.h:5454
Method
write_response
include/httplib.h:5454
Method
write_response_core
3rdparty/httplib/httplib.h:5466
Method
write_response_core
include/httplib.h:5466
Method
write_response_with_content
3rdparty/httplib/httplib.h:5459
Method
write_response_with_content
include/httplib.h:5459
Method
xsputn
3rdparty/httplib/httplib.h:393
Method
xsputn
include/httplib.h:393
Method
~BufferStream
3rdparty/httplib/httplib.h:1860
Method
~BufferStream
include/httplib.h:1860
Method
~Client
3rdparty/httplib/httplib.h:8418
Method
~Client
include/httplib.h:8418
Method
~ClientImpl
3rdparty/httplib/httplib.h:6235
Method
~ClientImpl
include/httplib.h:6235
Method
~DatabaseMgr
xdb/db_mgr.cpp:44
Method
~HttpServer
src/http_server.cpp:26
Method
~Response
3rdparty/httplib/httplib.h:545
Method
~Response
include/httplib.h:545
Method
~SSLClient
3rdparty/httplib/httplib.h:8012
Method
~SSLClient
include/httplib.h:8012
Method
~SSLServer
3rdparty/httplib/httplib.h:7924
Method
~SSLServer
include/httplib.h:7924
Method
~SSLSocketStream
3rdparty/httplib/httplib.h:7763
← previous
next →
1,601–1,700 of 1,775, ranked by callers