MCPcopy Create free account

hub / github.com/cvengler/sysget / functions

Functions365 in github.com/cvengler/sysget

Functionreinterpret_bits
src/libs/json.hpp:12579
Functionrend
! @brief returns an iterator to the reverse-end Returns an iterator to the reverse-end; that is, one before the first element. @imag
src/libs/json.hpp:18668
Methodreset
reset token_buffer; current character is beginning of token
src/libs/json.hpp:8248
Methodsax_parse_internal
src/libs/json.hpp:8710
Methodscan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 7159. The function is realized with a determinis
src/libs/json.hpp:7897
Methodscan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 7159. While scanning, bytes are escaped and copie
src/libs/json.hpp:7253
Methodserializer
! @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/libs/json.hpp:13691
Methodset_begin
set iterator to a defined beginning
src/libs/json.hpp:9078
Methodset_end
set iterator to a defined past the end
src/libs/json.hpp:9084
Methodskip_bom
! @brief skip the UTF-8 byte order mark @return true iff there is no BOM or the correct BOM has been skipped */
src/libs/json.hpp:8414
Methodstart_array
src/libs/json.hpp:4428
Methodstart_array
src/libs/json.hpp:4649
Methodstart_object
src/libs/json.hpp:4402
Methodstart_object
src/libs/json.hpp:4585
Methodstring
src/libs/json.hpp:4396
Methodstring
src/libs/json.hpp:4579
Methodstring to_string
src/libs/json.hpp:22435
Methodstrtof
src/libs/json.hpp:7840
Methodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
src/libs/json.hpp:12601
Functionto_bson
! @brief Serializes the given JSON object `j` to BSON and returns a vector containing the corresponding BSON-representation. BSON
src/libs/json.hpp:21204
Methodto_char_type
src/libs/json.hpp:12474
Methodto_json
src/libs/json.hpp:3715
Functionto_msgpack
! @brief create a MessagePack serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the MessagePack
src/libs/json.hpp:21030
Methodto_string
! @brief return a string representation of the JSON pointer @invariant For each JSON pointer `ptr`, it holds: @code {.cpp} ptr == jso
src/libs/json.hpp:10026
Functionto_ubjson
! @brief create a UBJSON serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the UBJSON (Univer
src/libs/json.hpp:21127
Methodtoken_type_name
src/libs/json.hpp:7082
Functiontype
! @brief return the type of the JSON value (explicit) Return the type of the JSON value as a value from the @ref value_t enumeration.
src/libs/json.hpp:16428
Methodubjson_prefix
! @brief determine the type prefix of container values @note This function does not need to be 100% accurate when it comes to integ
src/libs/json.hpp:12354
Functionunflatten
! @param[in] value flattened JSON @return unflattened JSON @throw parse_error.109 if array index is not a number @throw type_error.
src/libs/json.hpp:10908
Methodunget
! @brief unget current character (read it again on next get) We implement unget by setting variable next_unget to true. The input is not
src/libs/json.hpp:8302
Functionupdate
! @brief updates a JSON object from another object, overwriting existing keys Inserts all values from JSON object @a j and overwrites existin
src/libs/json.hpp:19768
Functionvalue
src/libs/json.hpp:17819
Methodvalue
return value of the iterator
src/libs/json.hpp:3269
Methodvalue
return the value of an iterator
src/libs/json.hpp:9948
Methodwhat
returns the explanatory string
src/libs/json.hpp:1778
Methodwide_string_input_adapter
src/libs/json.hpp:4042
Methodwrite_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
src/libs/json.hpp:12058
Methodwrite_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
src/libs/json.hpp:11922
Methodwrite_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
src/libs/json.hpp:11932
Methodwrite_bson_element
! @brief Serializes the JSON value @a j to BSON and associates it with the key @a name. @param name The name to associate with the
src/libs/json.hpp:12123
Methodwrite_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
src/libs/json.hpp:11910
Methodwrite_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
src/libs/json.hpp:11982
Methodwrite_bson_null
! @brief Writes a BSON element with key @a name and null value */
src/libs/json.hpp:11964
Methodwrite_bson_object
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
src/libs/json.hpp:12181
Methodwrite_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
src/libs/json.hpp:12032
Methodwrite_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
src/libs/json.hpp:11950
Methodwrite_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
src/libs/json.hpp:12010
Methodwrite_character
src/libs/json.hpp:11130
Methodwrite_character
src/libs/json.hpp:11154
Methodwrite_number
src/libs/json.hpp:12451
Methodwrite_number_with_ubjson_prefix
src/libs/json.hpp:12228
Function~basic_json
! @brief destructor Destroys the JSON value and frees all allocated memory. @complexity Linear. @requirement This function helps `b
src/libs/json.hpp:16318
Method~binary_reader
src/libs/json.hpp:5088
Method~file_input_adapter
src/libs/json.hpp:3819
Method~input_adapter_protocol
src/libs/json.hpp:3796
Method~input_buffer_adapter
src/libs/json.hpp:3895
Method~input_stream_adapter
src/libs/json.hpp:3844
Method~json_ref
src/libs/json.hpp:11018
Method~json_sax
src/libs/json.hpp:4322
Method~json_sax_dom_callback_parser
src/libs/json.hpp:4547
Method~json_sax_dom_parser
src/libs/json.hpp:4364
Method~lexer
src/libs/json.hpp:7133
Method~nonesuch
src/libs/json.hpp:2249
Method~output_adapter_protocol
src/libs/json.hpp:11090
Method~serializer
src/libs/json.hpp:13707
← previous301–365 of 365, ranked by callers