MCPcopy Create free account

hub / github.com/cvengler/sysget / functions

Functions365 in github.com/cvengler/sysget

Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
src/libs/json.hpp:6594
Methodhandle_value
src/libs/json.hpp:4744
Methodinput_adapter
input adapter for input stream
src/libs/json.hpp:4093
Methodinput_buffer_adapter
delete because of pointer members
src/libs/json.hpp:3891
Methodinput_stream_adapter
src/libs/json.hpp:3851
Functioninsert
! @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
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
src/libs/json.hpp:16737
Methodis_errored
src/libs/json.hpp:4722
Functionis_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
Functionis_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
Methoditer_impl
default constructor
src/libs/json.hpp:9272
Methoditeration_proxy
construct iteration proxy from a container
src/libs/json.hpp:3284
Methoditeration_proxy_value
src/libs/json.hpp:3211
Methodjson>
src/libs/json.hpp:22490
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
src/libs/json.hpp:10008
Methodjson_ref
src/libs/json.hpp:10994
Methodjson_reverse_iterator
create reverse iterator from iterator
src/libs/json.hpp:9880
Methodjson_sax_dom_callback_parser
src/libs/json.hpp:4534
Methodjson_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
Functionjson_value
default constructor (for null values)
src/libs/json.hpp:15295
Methodkey
src/libs/json.hpp:4415
Methodkey
src/libs/json.hpp:4603
Methodkey
return the key of an object iterator
src/libs/json.hpp:9941
Methodlanguage
src/translation.cpp:11
Methodlexer
src/libs/json.hpp:7125
Methodlittle_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
Functionmain
src/main.cpp:65
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
src/libs/json.hpp:22397
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
src/libs/json.hpp:12613
Methodname
src/libs/json.hpp:1791
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
src/libs/json.hpp:7216
Methodnonesuch
src/libs/json.hpp:2248
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
src/libs/json.hpp:12678
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. */
src/libs/json.hpp:12695
Methodnull
src/libs/json.hpp:4366
Methodnull
src/libs/json.hpp:4549
Methodnumber_float
src/libs/json.hpp:4390
Methodnumber_float
src/libs/json.hpp:4573
Methodnumber_integer
src/libs/json.hpp:4378
Methodnumber_integer
src/libs/json.hpp:4561
Methodnumber_unsigned
src/libs/json.hpp:4384
Methodnumber_unsigned
src/libs/json.hpp:4567
Functionoperator "" _json
src/libs/json.hpp:22514
Functionoperator "" _json_pointer
src/libs/json.hpp:22533
Functionoperator!=
! @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
Methodoperator!=
inequality operator (needed for range-based for)
src/libs/json.hpp:3235
Methodoperator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9618
Methodoperator()
src/libs/json.hpp:3141
Methodoperator()
src/libs/json.hpp:3666
Methodoperator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
src/libs/json.hpp:22459
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
src/libs/json.hpp:22477
Methodoperator*
! @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
Methodoperator+
src/libs/json.hpp:9111
Methodoperator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9719
Methodoperator++
src/libs/json.hpp:9129
Methodoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9505
Methodoperator++
post-increment (it++)
src/libs/json.hpp:9887
Methodoperator-
src/libs/json.hpp:9118
Methodoperator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9741
Methodoperator-
subtract from iterator
src/libs/json.hpp:9923
Methodoperator--
src/libs/json.hpp:9142
Methodoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9548
Methodoperator--
post-decrement (it--)
src/libs/json.hpp:9899
Methodoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9471
Methodoperator->
src/libs/json.hpp:11034
Methodoperator/
src/libs/json.hpp:10124
Methodoperator<
src/libs/json.hpp:9106
Methodoperator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9627
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
src/libs/json.hpp:20299
Methodoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9654
Methodoperator=
src/libs/json.hpp:2252
Functionoperator==
! @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
Methodoperator==
equality operator (needed for InputIterator)
src/libs/json.hpp:3229
Methodoperator==
src/libs/json.hpp:9101
Methodoperator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9591
Functionoperator>
! @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
Methodoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9663
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
src/libs/json.hpp:20391
Methodoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/libs/json.hpp:9672
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
src/libs/json.hpp:17530
Methodoperator[]
access to successor
src/libs/json.hpp:9935
Methodoutput_adapter
src/libs/json.hpp:11173
Methodoutput_stream_adapter
src/libs/json.hpp:11126
Methodoutput_string_adapter
src/libs/json.hpp:11150
Methodoutput_vector_adapter
src/libs/json.hpp:11102
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
src/libs/json.hpp:10183
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
src/libs/json.hpp:5356
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
src/libs/json.hpp:5248
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
src/libs/json.hpp:5319
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 */
src/libs/json.hpp:5170
Methodparse_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
Methodparse_error
src/libs/json.hpp:4447
Methodparse_error
src/libs/json.hpp:4694
Methodparse_error
src/libs/json.hpp:4891
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
src/libs/json.hpp:5904
Methodparse_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
Methodparser
a parser reading from an input adapter
src/libs/json.hpp:8602
Functionpatch
! @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
Methodposition_string
src/libs/json.hpp:1887
Functionrbegin
! @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
← previousnext →201–300 of 365, ranked by callers