Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Uahh/Slscq
/ functions
Functions
480 in github.com/Uahh/Slscq
⨍
Functions
480
◇
Types & classes
160
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
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:1810
Method
parser
a parser reading from an input adapter
cpp_ver/include/nlohmann/detail/input/parser.hpp:63
Function
patch
! @brief applies a JSON patch [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of operation
cpp_ver/include/nlohmann/json.hpp:8425
Method
position_string
cpp_ver/include/nlohmann/detail/exceptions.hpp:228
Function
rbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @image ht
cpp_ver/include/nlohmann/json.hpp:4811
Function
reinterpret_bits
cpp_ver/include/nlohmann/detail/conversions/to_chars.hpp:40
Function
rend
! @brief returns an iterator to the reverse-end Returns an iterator to the reverse-end; that is, one before the first element. @imag
cpp_ver/include/nlohmann/json.hpp:4848
Method
replace_n
cpp_ver/main.cpp:194
Method
replace_p
cpp_ver/main.cpp:233
Method
replace_sp
cpp_ver/main.cpp:220
Method
replace_ss
cpp_ver/main.cpp:207
Method
replace_v
cpp_ver/main.cpp:181
Method
replace_vn
cpp_ver/main.cpp:161
Method
replace_xx
cpp_ver/main.cpp:150
Method
sax_parse_internal
cpp_ver/include/nlohmann/detail/input/parser.hpp:172
Function
scan
cpp_ver/include/nlohmann/detail/input/lexer.hpp:1501
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
cpp_ver/include/nlohmann/detail/input/lexer.hpp:836
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
cpp_ver/include/nlohmann/detail/input/lexer.hpp:961
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
cpp_ver/include/nlohmann/detail/input/lexer.hpp:246
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
cpp_ver/include/nlohmann/detail/output/serializer.hpp:56
Function
set_end
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:39
Function
slscq
(theme = '年轻人买房',essay_num = 500)
html/slscq.js:52
Method
span_input_adapter
cpp_ver/include/nlohmann/detail/input/input_adapters.hpp:464
Method
start_array
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:247
Method
start_array
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:467
Method
start_object
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:221
Method
start_object
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:396
Method
string
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:209
Method
string
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:384
Method
string to_string
cpp_ver/include/nlohmann/json.hpp:8952
Method
strtof
cpp_ver/include/nlohmann/detail/input/lexer.hpp:904
Method
sub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
cpp_ver/include/nlohmann/detail/conversions/to_chars.hpp:62
Method
switch
cpp_ver/include/nlohmann/detail/output/serializer.hpp:394
Function
to_bson
! @brief Serializes the given JSON object `j` to BSON and returns a vector containing the corresponding BSON-representation. BSON
cpp_ver/include/nlohmann/json.hpp:7586
Method
to_char_type
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:1593
Method
to_json
cpp_ver/include/nlohmann/adl_serializer.hpp:66
Function
to_msgpack
! @brief create a MessagePack serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the MessagePack
cpp_ver/include/nlohmann/json.hpp:7405
Method
to_string
! @brief return a string representation of the JSON pointer @invariant For each JSON pointer `ptr`, it holds: @code {.cpp} ptr == jso
cpp_ver/include/nlohmann/detail/json_pointer.hpp:65
Function
to_ubjson
! @brief create a UBJSON serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the UBJSON (Univer
cpp_ver/include/nlohmann/json.hpp:7508
Method
token_type_name
cpp_ver/include/nlohmann/detail/input/lexer.hpp:54
Function
top
cpp_ver/include/nlohmann/detail/json_pointer.hpp:19
Method
ubjson_prefix
! @brief determine the type prefix of container values */
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:1436
Function
unflatten
! @brief unflatten a previously flattened JSON value The function restores the arbitrary nesting of a JSON value that has been flattened
cpp_ver/include/nlohmann/json.hpp:8364
Function
unflatten
cpp_ver/include/nlohmann/detail/json_pointer.hpp:924
Function
update
! @brief updates a JSON object from another object, overwriting existing keys Inserts all values from JSON object @a j and overwrites existin
cpp_ver/include/nlohmann/json.hpp:5990
Function
value
cpp_ver/include/nlohmann/json.hpp:3979
Function
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:727
Method
value
return the value of an iterator
cpp_ver/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:112
Method
what
returns the explanatory string
cpp_ver/include/nlohmann/detail/exceptions.hpp:53
Method
wide_string_input_adapter
cpp_ver/include/nlohmann/detail/input/input_adapters.hpp:294
Method
write_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:1105
Method
write_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:1124
Method
write_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:962
Method
write_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:972
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 the
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:1187
Method
write_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:950
Method
write_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:1022
Method
write_bson_null
! @brief Writes a BSON element with key @a name and null value */
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:1004
Method
write_bson_object
! @param[in] value JSON value to serialize @pre value.type() == value_t::object */
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:1249
Method
write_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:1072
Method
write_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:990
Method
write_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:1050
Method
write_character
cpp_ver/include/nlohmann/detail/output/output_adapters.hpp:73
Method
write_character
cpp_ver/include/nlohmann/detail/output/output_adapters.hpp:98
Method
write_compact_float
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:1559
Method
write_number
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:1543
Method
write_number_with_ubjson_prefix
cpp_ver/include/nlohmann/detail/output/binary_writer.hpp:1296
Function
~basic_json
! @brief destructor Destroys the JSON value and frees all allocated memory. @complexity Linear. @requirement This function helps `b
cpp_ver/include/nlohmann/json.hpp:2354
Method
~binary_reader
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:86
Method
~file_input_adapter
cpp_ver/include/nlohmann/detail/input/input_adapters.hpp:52
Method
~input_stream_adapter
cpp_ver/include/nlohmann/detail/input/input_adapters.hpp:79
Method
~iter_impl
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:79
Method
~json_ref
cpp_ver/include/nlohmann/detail/json_ref.hpp:42
Method
~json_sax
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:134
Method
~json_sax_dom_callback_parser
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:352
Method
~json_sax_dom_parser
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:177
Method
~lexer
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
cpp_ver/include/nlohmann/detail/input/lexer.hpp:126
Method
~nonesuch
cpp_ver/include/nlohmann/detail/meta/detected.hpp:15
Method
~output_adapter_protocol
cpp_ver/include/nlohmann/detail/output/output_adapters.hpp:26
Method
~serializer
cpp_ver/include/nlohmann/detail/output/serializer.hpp:72
← previous
401–480 of 480, ranked by callers