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
Function
reinterpret_bits
src/libs/json.hpp:12579
Function
rend
! @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
Method
reset
reset token_buffer; current character is beginning of token
src/libs/json.hpp:8248
Method
sax_parse_internal
src/libs/json.hpp:8710
Method
scan_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
Method
scan_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
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/libs/json.hpp:13691
Method
set_begin
set iterator to a defined beginning
src/libs/json.hpp:9078
Method
set_end
set iterator to a defined past the end
src/libs/json.hpp:9084
Method
skip_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
Method
start_array
src/libs/json.hpp:4428
Method
start_array
src/libs/json.hpp:4649
Method
start_object
src/libs/json.hpp:4402
Method
start_object
src/libs/json.hpp:4585
Method
string
src/libs/json.hpp:4396
Method
string
src/libs/json.hpp:4579
Method
string to_string
src/libs/json.hpp:22435
Method
strtof
src/libs/json.hpp:7840
Method
sub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
src/libs/json.hpp:12601
Function
to_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
Method
to_char_type
src/libs/json.hpp:12474
Method
to_json
src/libs/json.hpp:3715
Function
to_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
Method
to_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
Function
to_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
Method
token_type_name
src/libs/json.hpp:7082
Function
type
! @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
Method
ubjson_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
Function
unflatten
! @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
Method
unget
! @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
Function
update
! @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
Function
value
src/libs/json.hpp:17819
Method
value
return value of the iterator
src/libs/json.hpp:3269
Method
value
return the value of an iterator
src/libs/json.hpp:9948
Method
what
returns the explanatory string
src/libs/json.hpp:1778
Method
wide_string_input_adapter
src/libs/json.hpp:4042
Method
write_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
src/libs/json.hpp:12058
Method
write_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
src/libs/json.hpp:11922
Method
write_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
src/libs/json.hpp:11932
Method
write_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
Method
write_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
src/libs/json.hpp:11910
Method
write_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
src/libs/json.hpp:11982
Method
write_bson_null
! @brief Writes a BSON element with key @a name and null value */
src/libs/json.hpp:11964
Method
write_bson_object
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
src/libs/json.hpp:12181
Method
write_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
src/libs/json.hpp:12032
Method
write_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
src/libs/json.hpp:11950
Method
write_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
src/libs/json.hpp:12010
Method
write_character
src/libs/json.hpp:11130
Method
write_character
src/libs/json.hpp:11154
Method
write_number
src/libs/json.hpp:12451
Method
write_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
← previous
301–365 of 365, ranked by callers