Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/X-Profiler/xprofiler
/ functions
Functions
873 in github.com/X-Profiler/xprofiler
⨍
Functions
873
◇
Types & classes
293
Function
json_value
default constructor (for null values)
src/library/json.hpp:19621
Function
key
src/library/json.hpp:6809
Method
key
src/library/json.hpp:6999
Method
key
return the key of an object iterator
src/library/json.hpp:13657
Method
lexer
src/library/json.hpp:7424
Function
listener
(...args)
test/fixtures/utils.js:104
Function
make_array
src/library/json.hpp:3206
Function
max_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
src/library/json.hpp:22153
Function
merge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
src/library/json.hpp:24269
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
src/library/json.hpp:16865
Method
name
src/library/json.hpp:4316
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
src/library/json.hpp:7518
Method
nonesuch
src/library/json.hpp:266
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
src/library/json.hpp:16930
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. */
src/library/json.hpp:16947
Function
null
src/library/json.hpp:6755
Method
null
src/library/json.hpp:6939
Function
number_float
src/library/json.hpp:6779
Method
number_float
src/library/json.hpp:6963
Function
number_integer
src/library/json.hpp:6767
Method
number_integer
src/library/json.hpp:6951
Function
number_unsigned
src/library/json.hpp:6773
Method
number_unsigned
src/library/json.hpp:6957
Function
onHttpServerRequestStart
({ request, response })
patch/http.js:21
Function
operator "" _json
src/library/json.hpp:24314
Function
operator "" _json_pointer
src/library/json.hpp:24322
Method
operator delete
src/xpf_v8.h:27
Method
operator new
src/xpf_v8.h:26
Function
operator!=
src/library/json.hpp:5860
Method
operator!=
src/environment_registry.h:34
Method
operator!=
inequality operator (needed for range-based for)
src/library/json.hpp:5186
Function
operator()
src/library/json.hpp:24343
Method
operator()
src/util.h:129
Method
operator()
src/library/json.hpp:5030
Method
operator()
src/library/json.hpp:5731
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
src/library/json.hpp:24357
Method
operator*
src/environment_registry.h:31
Method
operator+
src/library/json.hpp:12701
Method
operator++
src/environment_registry.h:37
Method
operator++
src/library/json.hpp:5171
Method
operator++
src/library/json.hpp:12719
Method
operator++
post-increment (it++)
src/library/json.hpp:13603
Method
operator-
src/library/json.hpp:12708
Method
operator-
subtract from iterator
src/library/json.hpp:13639
Method
operator--
src/library/json.hpp:12732
Method
operator--
post-decrement (it--)
src/library/json.hpp:13615
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/library/json.hpp:13110
Method
operator->
src/library/json.hpp:14740
Method
operator<
src/library/json.hpp:12696
Function
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/library/json.hpp:13335
Function
operator<=>
src/library/json.hpp:14550
Method
operator=
src/xpf_v8.h:25
Method
operator=
src/library/json.hpp:270
Function
operator==
src/library/json.hpp:13255
Method
operator==
src/environment_registry.h:32
Method
operator==
equality operator (needed for InputIterator)
src/library/json.hpp:5180
Function
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/library/json.hpp:13344
Function
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/library/json.hpp:13353
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/library/json.hpp:13470
Function
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
src/library/json.hpp:18926
Method
output_adapter
src/library/json.hpp:14916
Method
output_adapter_protocol
src/library/json.hpp:14826
Method
output_stream_adapter
src/library/json.hpp:14867
Method
output_string_adapter
src/library/json.hpp:14892
Method
output_vector_adapter
src/library/json.hpp:14842
Function
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
src/library/json.hpp:13826
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
src/library/json.hpp:9464
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
src/library/json.hpp:9346
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
src/library/json.hpp:9426
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 */
src/library/json.hpp:9242
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
src/library/json.hpp:9494
Function
parse_error
src/library/json.hpp:6852
Method
parse_error
src/library/json.hpp:7102
Method
parse_error
src/library/json.hpp:7289
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
src/library/json.hpp:10270
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
src/library/json.hpp:10904
Method
parser
a parser reading from an input adapter
src/library/json.hpp:12169
Function
patch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
src/library/json.hpp:24117
Function
patch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
src/library/json.hpp:23846
Method
position_string
src/library/json.hpp:4442
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
src/library/json.hpp:21986
Function
reinterpret_bits
src/library/json.hpp:16831
Function
rend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
src/library/json.hpp:22000
Method
reset
src/logbypass/libuv.h:23
Function
runOnce
(onceKey, onceFunc)
xprofiler.js:53
Method
sax_parse_internal
src/library/json.hpp:12278
Function
scan
src/library/json.hpp:8810
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
src/library/json.hpp:8145
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
src/library/json.hpp:8270
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
src/library/json.hpp:7555
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
src/library/json.hpp:17951
Function
set_end
src/library/json.hpp:12833
Function
set_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
src/library/json.hpp:5867
Method
span_input_adapter
src/library/json.hpp:6543
Function
start
(config = {})
xprofiler.js:62
Function
start_array
src/library/json.hpp:6829
Method
start_array
src/library/json.hpp:7052
Function
start_object
src/library/json.hpp:6797
Method
start_object
src/library/json.hpp:6981
Method
string
src/library/json.hpp:6969
← previous
next →
701–800 of 873, ranked by callers