Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cvengler/sysget
/ functions
Functions
365 in github.com/cvengler/sysget
⨍
Functions
365
◇
Types & classes
120
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
src/libs/json.hpp:6594
Method
handle_value
src/libs/json.hpp:4744
Method
input_adapter
input adapter for input stream
src/libs/json.hpp:4093
Method
input_buffer_adapter
delete because of pointer members
src/libs/json.hpp:3891
Method
input_stream_adapter
src/libs/json.hpp:3851
Function
insert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserte
src/libs/json.hpp:19533
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
src/libs/json.hpp:16737
Method
is_errored
src/libs/json.hpp:4722
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,
src/libs/json.hpp:16458
Function
is_structured
! @brief return whether type is structured This function returns true if and only if the JSON type is structured (array or object).
src/libs/json.hpp:16485
Method
iter_impl
default constructor
src/libs/json.hpp:9272
Method
iteration_proxy
construct iteration proxy from a container
src/libs/json.hpp:3284
Method
iteration_proxy_value
src/libs/json.hpp:3211
Method
json>
src/libs/json.hpp:22490
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
src/libs/json.hpp:10008
Method
json_ref
src/libs/json.hpp:10994
Method
json_reverse_iterator
create reverse iterator from iterator
src/libs/json.hpp:9880
Method
json_sax_dom_callback_parser
src/libs/json.hpp:4534
Method
json_sax_dom_parser
! @param[in, out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether
src/libs/json.hpp:4355
Function
json_value
default constructor (for null values)
src/libs/json.hpp:15295
Method
key
src/libs/json.hpp:4415
Method
key
src/libs/json.hpp:4603
Method
key
return the key of an object iterator
src/libs/json.hpp:9941
Method
language
src/translation.cpp:11
Method
lexer
src/libs/json.hpp:7125
Method
little_endianess
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from http://stackoverflow.co
src/libs/json.hpp:5156
Function
main
src/main.cpp:65
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
src/libs/json.hpp:22397
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
src/libs/json.hpp:12613
Method
name
src/libs/json.hpp:1791
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/libs/json.hpp:7216
Method
nonesuch
src/libs/json.hpp:2248
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
src/libs/json.hpp:12678
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/libs/json.hpp:12695
Method
null
src/libs/json.hpp:4366
Method
null
src/libs/json.hpp:4549
Method
number_float
src/libs/json.hpp:4390
Method
number_float
src/libs/json.hpp:4573
Method
number_integer
src/libs/json.hpp:4378
Method
number_integer
src/libs/json.hpp:4561
Method
number_unsigned
src/libs/json.hpp:4384
Method
number_unsigned
src/libs/json.hpp:4567
Function
operator "" _json
src/libs/json.hpp:22514
Function
operator "" _json_pointer
src/libs/json.hpp:22533
Function
operator!=
! @brief compares two JSON pointers for inequality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @r
src/libs/json.hpp:10964
Method
operator!=
inequality operator (needed for range-based for)
src/libs/json.hpp:3235
Method
operator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9618
Method
operator()
src/libs/json.hpp:3141
Method
operator()
src/libs/json.hpp:3666
Method
operator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
src/libs/json.hpp:22459
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
src/libs/json.hpp:22477
Method
operator*
! @brief return a reference to the value pointed to by the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9434
Method
operator+
src/libs/json.hpp:9111
Method
operator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9719
Method
operator++
src/libs/json.hpp:9129
Method
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9505
Method
operator++
post-increment (it++)
src/libs/json.hpp:9887
Method
operator-
src/libs/json.hpp:9118
Method
operator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9741
Method
operator-
subtract from iterator
src/libs/json.hpp:9923
Method
operator--
src/libs/json.hpp:9142
Method
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9548
Method
operator--
post-decrement (it--)
src/libs/json.hpp:9899
Method
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9471
Method
operator->
src/libs/json.hpp:11034
Method
operator/
src/libs/json.hpp:10124
Method
operator<
src/libs/json.hpp:9106
Method
operator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9627
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
src/libs/json.hpp:20299
Method
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9654
Method
operator=
src/libs/json.hpp:2252
Function
operator==
! @brief compares two JSON pointers for equality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @ret
src/libs/json.hpp:10947
Method
operator==
equality operator (needed for InputIterator)
src/libs/json.hpp:3229
Method
operator==
src/libs/json.hpp:9101
Method
operator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9591
Function
operator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs <= r
src/libs/json.hpp:20345
Method
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9663
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
src/libs/json.hpp:20391
Method
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9672
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
src/libs/json.hpp:17530
Method
operator[]
access to successor
src/libs/json.hpp:9935
Method
output_adapter
src/libs/json.hpp:11173
Method
output_stream_adapter
src/libs/json.hpp:11126
Method
output_string_adapter
src/libs/json.hpp:11150
Method
output_vector_adapter
src/libs/json.hpp:11102
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
src/libs/json.hpp:10183
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/libs/json.hpp:5356
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/libs/json.hpp:5248
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/libs/json.hpp:5319
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/libs/json.hpp:5170
Method
parse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
src/libs/json.hpp:5385
Method
parse_error
src/libs/json.hpp:4447
Method
parse_error
src/libs/json.hpp:4694
Method
parse_error
src/libs/json.hpp:4891
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
src/libs/json.hpp:5904
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/libs/json.hpp:6403
Method
parser
a parser reading from an input adapter
src/libs/json.hpp:8602
Function
patch
! @brief applies a JSON patch [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of operation
src/libs/json.hpp:21926
Method
position_string
src/libs/json.hpp:1887
Function
rbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @image ht
src/libs/json.hpp:18631
← previous
next →
201–300 of 365, ranked by callers