MCPcopy Create free account

hub / github.com/Uahh/Slscq / functions

Functions480 in github.com/Uahh/Slscq

Methodget_ubjson_object
! @return whether object creation completed */
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:2164
Methodget_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
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:1960
Methodget_ubjson_size_value
! @param[out] result determined size @return whether size determination completed */
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:1883
Methodget_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
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:1829
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:2001
Methodget_verb
cpp_ver/main.cpp:76
Methodhandle_value
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:551
Methodinput_stream_adapter
cpp_ver/include/nlohmann/detail/input/input_adapters.hpp:89
Functionis_discarded
! @brief return whether value is discarded This function returns true if and only if the JSON value was discarded during parsing with a c
cpp_ver/include/nlohmann/json.hpp:2803
Methodis_errored
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:529
Functionis_primitive
! @brief return whether type is primitive This function returns true if and only if the JSON type is primitive (string, number, boolean,
cpp_ver/include/nlohmann/json.hpp:2502
Functionitems
! @brief helper to access iterator member functions in range-based for This function allows to access @ref iterator::key() and @ref itera
cpp_ver/include/nlohmann/json.hpp:5060
Methoditer_impl
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:78
Methoditeration_proxy
construct iteration proxy from a container
cpp_ver/include/nlohmann/detail/iterators/iteration_proxy.hpp:129
Methoditeration_proxy_value
cpp_ver/include/nlohmann/detail/iterators/iteration_proxy.hpp:46
Methoditerator_input_adapter
cpp_ver/include/nlohmann/detail/input/input_adapters.hpp:134
Functioniterator_wrapper
cpp_ver/include/nlohmann/json.hpp:4978
Methodjson>
cpp_ver/include/nlohmann/json.hpp:9008
Methodjson_pointer
! @brief create JSON pointer Create a JSON pointer according to the syntax described in [Section 3 of RFC6901](https://tools.ietf.org/htm
cpp_ver/include/nlohmann/detail/json_pointer.hpp:47
Methodjson_ref
cpp_ver/include/nlohmann/detail/json_ref.hpp:18
Methodjson_reverse_iterator
create reverse iterator from iterator
cpp_ver/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:44
Methodjson_sax
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:129
Methodjson_sax_dom_callback_parser
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:339
Methodjson_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:168
Functionjson_value
default constructor (for null values)
cpp_ver/include/nlohmann/json.hpp:994
Methodkey
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:233
Methodkey
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:414
Methodlexer
cpp_ver/include/nlohmann/detail/input/lexer.hpp:115
Functionmain
cpp_ver/main.cpp:264
Functionmax_size
! @brief returns the maximum possible number of elements Returns the maximum number of elements a JSON value is able to hold due to syste
cpp_ver/include/nlohmann/json.hpp:5283
Functionmerge_patch
! @brief applies a JSON Merge Patch The merge patch format is primarily intended for use with the HTTP PATCH method as a means of describ
cpp_ver/include/nlohmann/json.hpp:8914
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
cpp_ver/include/nlohmann/detail/conversions/to_chars.hpp:74
Methodname
cpp_ver/include/nlohmann/detail/exceptions.hpp:65
Methodnext_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
cpp_ver/include/nlohmann/detail/input/lexer.hpp:209
Methodnonesuch
cpp_ver/include/nlohmann/detail/meta/detected.hpp:14
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
cpp_ver/include/nlohmann/detail/conversions/to_chars.hpp:139
Methodnormalize_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. */
cpp_ver/include/nlohmann/detail/conversions/to_chars.hpp:156
Methodnull
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:179
Methodnull
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:354
Methodnumber_float
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:203
Methodnumber_float
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:378
Methodnumber_integer
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:191
Methodnumber_integer
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:366
Methodnumber_unsigned
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:197
Methodnumber_unsigned
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:372
Functionoperator "" _json
cpp_ver/include/nlohmann/json.hpp:9034
Functionoperator "" _json_pointer
cpp_ver/include/nlohmann/json.hpp:9053
Functionoperator!=
! @brief comparison: not equal Compares two JSON values for inequality by calculating `not (lhs == rhs)`. @param[in] lhs first JSON val
cpp_ver/include/nlohmann/json.hpp:6462
Functionoperator!=
! @brief compares two JSON pointers for inequality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @r
cpp_ver/include/nlohmann/detail/json_pointer.hpp:980
Functionoperator!=
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:494
Methodoperator!=
cpp_ver/include/nlohmann/byte_container_with_subtype.hpp:62
Methodoperator!=
inequality operator (needed for range-based for)
cpp_ver/include/nlohmann/detail/iterators/iteration_proxy.hpp:72
Methodoperator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
cpp_ver/include/nlohmann/json.hpp:8976
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
cpp_ver/include/nlohmann/json.hpp:8992
Methodoperator()
cpp_ver/include/nlohmann/detail/conversions/to_json.hpp:392
Methodoperator()
cpp_ver/include/nlohmann/detail/conversions/from_json.hpp:450
Methodoperator+
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:72
Methodoperator++
post-increment (it++)
cpp_ver/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:51
Methodoperator++
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:90
Methodoperator-
subtract from iterator
cpp_ver/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:87
Methodoperator-
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:79
Methodoperator--
post-decrement (it--)
cpp_ver/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:63
Methodoperator--
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:103
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:313
Methodoperator->
cpp_ver/include/nlohmann/detail/json_ref.hpp:58
Methodoperator/
cpp_ver/include/nlohmann/detail/json_pointer.hpp:163
Functionoperator<
! @brief comparison operator for JSON types Returns an ordering that is similar to Python: - order: null < boolean < number < object < array < string
cpp_ver/include/nlohmann/detail/value_t.hpp:67
Functionoperator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:503
Methodoperator<
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:67
Functionoperator<=
! @brief comparison: less than or equal Compares whether one JSON value @a lhs is less than or equal to another JSON value by calculating
cpp_ver/include/nlohmann/json.hpp:6630
Functionoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:538
Methodoperator=
cpp_ver/include/nlohmann/detail/meta/detected.hpp:18
Functionoperator==
cpp_ver/include/nlohmann/json.hpp:6428
Functionoperator==
! @brief compares two JSON pointers for equality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @ret
cpp_ver/include/nlohmann/detail/json_pointer.hpp:963
Functionoperator==
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:458
Methodoperator==
cpp_ver/include/nlohmann/byte_container_with_subtype.hpp:56
Methodoperator==
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:62
Methodoperator==
equality operator (needed for InputIterator)
cpp_ver/include/nlohmann/detail/iterators/iteration_proxy.hpp:66
Functionoperator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs <= r
cpp_ver/include/nlohmann/json.hpp:6676
Functionoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:547
Functionoperator>=
! @brief comparison: greater than or equal Compares whether one JSON value @a lhs is greater than or equal to another JSON value by calcu
cpp_ver/include/nlohmann/json.hpp:6722
Functionoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:556
Functionoperator[]
! @brief access specified array element Returns a reference to the element at specified location @a idx. @note If @a idx is beyond the r
cpp_ver/include/nlohmann/json.hpp:3681
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:673
Methodordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
cpp_ver/include/nlohmann/ordered_map.hpp:33
Methodoutput_adapter
cpp_ver/include/nlohmann/detail/output/output_adapters.hpp:117
Methodoutput_adapter_protocol
cpp_ver/include/nlohmann/detail/output/output_adapters.hpp:28
Methodoutput_stream_adapter
cpp_ver/include/nlohmann/detail/output/output_adapters.hpp:69
Methodoutput_string_adapter
cpp_ver/include/nlohmann/detail/output/output_adapters.hpp:94
Methodoutput_vector_adapter
cpp_ver/include/nlohmann/detail/output/output_adapters.hpp:44
Methodparent_pointer
! @brief returns the parent of this JSON pointer @return parent of this JSON pointer; in case this JSON pointer is the root, the
cpp_ver/include/nlohmann/detail/json_pointer.hpp:222
Methodparse_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
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:377
Methodparse_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
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:261
Methodparse_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
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:339
Methodparse_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 */
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:159
Methodparse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:407
Methodparse_error
cpp_ver/include/nlohmann/detail/exceptions.hpp:225
Methodparse_error
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:267
Methodparse_error
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:517
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:1178
← previousnext →301–400 of 480, ranked by callers