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
get_ubjson_object
! @return whether object creation completed */
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:2164
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
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:1960
Method
get_ubjson_size_value
! @param[out] result determined size @return whether size determination completed */
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:1883
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
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:1829
Method
get_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
Method
get_verb
cpp_ver/main.cpp:76
Method
handle_value
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:551
Method
input_stream_adapter
cpp_ver/include/nlohmann/detail/input/input_adapters.hpp:89
Function
is_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
Method
is_errored
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:529
Function
is_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
Function
items
! @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
Method
iter_impl
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:78
Method
iteration_proxy
construct iteration proxy from a container
cpp_ver/include/nlohmann/detail/iterators/iteration_proxy.hpp:129
Method
iteration_proxy_value
cpp_ver/include/nlohmann/detail/iterators/iteration_proxy.hpp:46
Method
iterator_input_adapter
cpp_ver/include/nlohmann/detail/input/input_adapters.hpp:134
Function
iterator_wrapper
cpp_ver/include/nlohmann/json.hpp:4978
Method
json>
cpp_ver/include/nlohmann/json.hpp:9008
Method
json_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
Method
json_ref
cpp_ver/include/nlohmann/detail/json_ref.hpp:18
Method
json_reverse_iterator
create reverse iterator from iterator
cpp_ver/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:44
Method
json_sax
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:129
Method
json_sax_dom_callback_parser
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:339
Method
json_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
Function
json_value
default constructor (for null values)
cpp_ver/include/nlohmann/json.hpp:994
Method
key
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:233
Method
key
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:414
Method
lexer
cpp_ver/include/nlohmann/detail/input/lexer.hpp:115
Function
main
cpp_ver/main.cpp:264
Function
max_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
Function
merge_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
Method
mul
! @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
Method
name
cpp_ver/include/nlohmann/detail/exceptions.hpp:65
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
cpp_ver/include/nlohmann/detail/input/lexer.hpp:209
Method
nonesuch
cpp_ver/include/nlohmann/detail/meta/detected.hpp:14
Method
normalize
! @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
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. */
cpp_ver/include/nlohmann/detail/conversions/to_chars.hpp:156
Method
null
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:179
Method
null
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:354
Method
number_float
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:203
Method
number_float
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:378
Method
number_integer
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:191
Method
number_integer
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:366
Method
number_unsigned
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:197
Method
number_unsigned
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:372
Function
operator "" _json
cpp_ver/include/nlohmann/json.hpp:9034
Function
operator "" _json_pointer
cpp_ver/include/nlohmann/json.hpp:9053
Function
operator!=
! @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
Function
operator!=
! @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
Function
operator!=
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:494
Method
operator!=
cpp_ver/include/nlohmann/byte_container_with_subtype.hpp:62
Method
operator!=
inequality operator (needed for range-based for)
cpp_ver/include/nlohmann/detail/iterators/iteration_proxy.hpp:72
Method
operator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
cpp_ver/include/nlohmann/json.hpp:8976
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
cpp_ver/include/nlohmann/json.hpp:8992
Method
operator()
cpp_ver/include/nlohmann/detail/conversions/to_json.hpp:392
Method
operator()
cpp_ver/include/nlohmann/detail/conversions/from_json.hpp:450
Method
operator+
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:72
Method
operator++
post-increment (it++)
cpp_ver/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:51
Method
operator++
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:90
Method
operator-
subtract from iterator
cpp_ver/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:87
Method
operator-
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:79
Method
operator--
post-decrement (it--)
cpp_ver/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:63
Method
operator--
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:103
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:313
Method
operator->
cpp_ver/include/nlohmann/detail/json_ref.hpp:58
Method
operator/
cpp_ver/include/nlohmann/detail/json_pointer.hpp:163
Function
operator<
! @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
Function
operator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:503
Method
operator<
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:67
Function
operator<=
! @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
Function
operator<=
! @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
Method
operator=
cpp_ver/include/nlohmann/detail/meta/detected.hpp:18
Function
operator==
cpp_ver/include/nlohmann/json.hpp:6428
Function
operator==
! @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
Function
operator==
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:458
Method
operator==
cpp_ver/include/nlohmann/byte_container_with_subtype.hpp:56
Method
operator==
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:62
Method
operator==
equality operator (needed for InputIterator)
cpp_ver/include/nlohmann/detail/iterators/iteration_proxy.hpp:66
Function
operator>
! @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
Function
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:547
Function
operator>=
! @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
Function
operator>=
! @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
Function
operator[]
! @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
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp_ver/include/nlohmann/detail/iterators/iter_impl.hpp:673
Method
ordered_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
Method
output_adapter
cpp_ver/include/nlohmann/detail/output/output_adapters.hpp:117
Method
output_adapter_protocol
cpp_ver/include/nlohmann/detail/output/output_adapters.hpp:28
Method
output_stream_adapter
cpp_ver/include/nlohmann/detail/output/output_adapters.hpp:69
Method
output_string_adapter
cpp_ver/include/nlohmann/detail/output/output_adapters.hpp:94
Method
output_vector_adapter
cpp_ver/include/nlohmann/detail/output/output_adapters.hpp:44
Method
parent_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
Method
parse_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
Method
parse_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
Method
parse_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
Method
parse_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
Method
parse_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
Method
parse_error
cpp_ver/include/nlohmann/detail/exceptions.hpp:225
Method
parse_error
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:267
Method
parse_error
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:517
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:1178
← previous
next →
301–400 of 480, ranked by callers