MCPcopy Create free account

hub / github.com/dobin/RedEdr / functions

Functions1,333 in github.com/dobin/RedEdr

Methodstring to_string
@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
RedEdrShared/json.hpp:24503
Functionstring2wstring
RedEdrShared/utils.cpp:471
Functionstrprintf
RedEdrShared/loguru.cpp:1684
Methodstrtof
RedEdrShared/json.hpp:8317
Methodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
RedEdrShared/json.hpp:17022
Functionsubtype
@brief return the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
RedEdrShared/json.hpp:5972
Functionsuggest_log_path
RedEdrShared/loguru.cpp:737
Methodswitch
RedEdrShared/json.hpp:18459
Functionsyslog_close
RedEdrShared/loguru.cpp:407
Functionsyslog_flush
RedEdrShared/loguru.cpp:412
Functionsyslog_log
RedEdrShared/loguru.cpp:379
Functionterminal_black
RedEdrShared/loguru.cpp:267
Functionterminal_blue
RedEdrShared/loguru.cpp:271
Functionterminal_cyan
RedEdrShared/loguru.cpp:273
Functionterminal_green
RedEdrShared/loguru.cpp:269
Functionterminal_has_color
RedEdrShared/loguru.cpp:257
Functionterminal_light_gray
RedEdrShared/loguru.cpp:274
Functionterminal_purple
RedEdrShared/loguru.cpp:272
Functionterminal_underline
RedEdrShared/loguru.cpp:281
Functionterminal_white
RedEdrShared/loguru.cpp:275
Methodtest
RedEdrShared/json.hpp:4103
Methodtest
RedEdrShared/json.hpp:4113
Methodtest
RedEdrShared/json.hpp:4123
Methodtest
RedEdrShared/json.hpp:4133
Methodtest
RedEdrShared/json.hpp:4149
Methodtest
RedEdrShared/json.hpp:4158
Functionthrow_or_mimic
RedEdr/cxxops.hpp:565
Functionto_bjdata
@brief create a BJData serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bjdata/
RedEdrShared/json.hpp:23660
Functionto_bson
@brief create a BSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bson/
RedEdrShared/json.hpp:23687
Methodto_char_type
RedEdrShared/json.hpp:3623
Methodto_char_type
RedEdrShared/json.hpp:3647
Methodto_char_type
RedEdrShared/json.hpp:16879
Methodto_int_type
Redefine to_int_type function
RedEdrShared/json.hpp:3618
Methodto_int_type
Redefine to_int_type function
RedEdrShared/json.hpp:3642
Methodto_json
RedEdrShared/json.hpp:5878
Functionto_lower
RedEdr/httplib.h:4847
Functionto_lowercase
RedEdrShared/utils.cpp:78
Functionto_msgpack
@brief create a MessagePack serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_msgpack/
RedEdrShared/json.hpp:23610
Functionto_ubjson
@brief create a UBJSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_ubjson/
RedEdrShared/json.hpp:23633
Methodtoken_type_name
RedEdrShared/json.hpp:7466
Methodtype
RedEdr/jsonw.hpp:457
Functiontype_name
RedEdrShared/loguru.cpp:1155
Methodubjson_prefix
! @brief determine the type prefix of container values */
RedEdrShared/json.hpp:16588
Methodunexpect_eof
RedEdrShared/json.hpp:12063
Functionunflatten
RedEdrShared/json.hpp:14646
Functionupdate
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
RedEdrShared/json.hpp:22758
Methodupdate_certs
RedEdr/httplib.h:8845
Methodvalue
return the value of an iterator
RedEdrShared/json.hpp:13780
Functionvalue_in_range_of
RedEdrShared/json.hpp:4165
Methodverify_host
RedEdr/httplib.h:9186
Methodverify_host_with_common_name
RedEdr/httplib.h:9269
Methodverify_host_with_subject_alt_name
RedEdr/httplib.h:9212
Methodwait_until_ready
RedEdr/httplib.h:6122
Methodwide_string_input_adapter
RedEdrShared/json.hpp:6472
Methodworker
RedEdr/httplib.h:714
Methodwrite_bjdata_ndarray
! @return false if the object is successfully converted to a bjdata ndarray, true if the type or size is invalid */
RedEdrShared/json.hpp:16702
Methodwrite_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
RedEdrShared/json.hpp:16214
Methodwrite_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
RedEdrShared/json.hpp:16233
Methodwrite_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
RedEdrShared/json.hpp:16071
Methodwrite_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
RedEdrShared/json.hpp:16081
Methodwrite_bson_element
! @brief Serializes the JSON value @a j to BSON and associates it with the key @a name. @param name The name to associa
RedEdrShared/json.hpp:16296
Methodwrite_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
RedEdrShared/json.hpp:16059
Methodwrite_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
RedEdrShared/json.hpp:16131
Methodwrite_bson_null
! @brief Writes a BSON element with key @a name and null value */
RedEdrShared/json.hpp:16113
Methodwrite_bson_object
! @param[in] value JSON value to serialize @pre value.type() == value_t::object */
RedEdrShared/json.hpp:16358
Methodwrite_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
RedEdrShared/json.hpp:16181
Methodwrite_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
RedEdrShared/json.hpp:16099
Methodwrite_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
RedEdrShared/json.hpp:16159
Methodwrite_character
RedEdrShared/json.hpp:15036
Methodwrite_character
RedEdrShared/json.hpp:15062
Methodwrite_characters
RedEdrShared/json.hpp:15042
Methodwrite_characters
RedEdrShared/json.hpp:15068
Methodwrite_compact_float
RedEdrShared/json.hpp:16845
Methodwrite_content_with_provider
RedEdr/httplib.h:6280
Functionwrite_headers
RedEdr/httplib.h:4233
Methodwrite_number
RedEdrShared/json.hpp:16829
Methodwrite_number_with_ubjson_prefix
RedEdrShared/json.hpp:16405
Methodwrite_request
RedEdr/httplib.h:7415
Methodwrite_response
RedEdr/httplib.h:6187
Methodwrite_response_core
RedEdr/httplib.h:6202
Methodwrite_response_with_content
RedEdr/httplib.h:6195
Methodxsputn
RedEdr/httplib.h:475
Method~AbortLogger
RedEdrShared/loguru.cpp:1714
Method~BufferStream
RedEdr/httplib.h:2249
Method~Client
RedEdr/httplib.h:9375
Method~ClientImpl
RedEdr/httplib.h:6996
Method~EcEntryBase
RedEdrShared/loguru.cpp:1832
Method~JsonW
RedEdr/jsonw.hpp:681
Method~LogScopeRAII
RedEdrShared/loguru.cpp:1593
Method~MatcherBase
RedEdr/httplib.h:768
Method~MemStatic
RedEdrShared/process_mem_static.cpp:11
Method~PipeClient
RedEdrShared/piping.cpp:288
Method~PipeServer
RedEdrShared/piping.cpp:28
Method~Process
RedEdrShared/myprocess.cpp:189
Method~ProcessResolver
RedEdrShared/process_resolver.cpp:40
Method~Response
RedEdr/httplib.h:627
Method~SSLClient
RedEdr/httplib.h:8952
Method~SSLServer
RedEdr/httplib.h:8837
Method~SSLSocketStream
RedEdr/httplib.h:8677
Method~Server
RedEdr/httplib.h:5888
← previousnext →1,201–1,300 of 1,333, ranked by callers