Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Universal-Team/Universal-Updater
/ functions
Functions
1,085 in github.com/Universal-Team/Universal-Updater
⨍
Functions
1,085
◇
Types & classes
238
Method
promptMsg
Display a Message, which needs to be confirmed with A/B. const std::string &promptMsg: The Message, which should be displayed. */
source/gui/msg.cpp:101
Function
qrcodegen_encodeBinary
Public function - see documentation comment in header file.
source/qrcodegen/qrcodegen.c:170
Function
qrcodegen_encodeSegments
Public function - see documentation comment in header file.
source/qrcodegen/qrcodegen.c:199
Function
qrcodegen_makeBytes
Public function - see documentation comment in header file.
source/qrcodegen/qrcodegen.c:878
Function
qrcodegen_makeEci
Public function - see documentation comment in header file.
source/qrcodegen/qrcodegen.c:961
Function
quirc_strerror
source/qr/quirc.cpp:71
Function
quirc_version
source/qr/quirc.cpp:21
Function
rbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @image ht
include/utils/json.hpp:21107
Function
reinterpret_bits
include/utils/json.hpp:14380
Function
removeDir
source/utils/files.cpp:108
Method
removeFile
Remove a File. */
source/utils/scriptUtils.cpp:51
Method
remove_sign
* Overload to make the compiler happy while it is instantiating * dump_integer for number_unsigned_t. * Must never be called. */
include/utils/json.hpp:16337
Method
renameFile
Rename / Move a file. */
source/utils/scriptUtils.cpp:136
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
include/utils/json.hpp:21144
Method
runFunctions
NOTE: This is for the argument system for now. This might get replaced completely with the Queue System in the future. */
source/utils/scriptUtils.cpp:323
Method
sax_parse_internal
include/utils/json.hpp:10285
Function
scan
include/utils/json.hpp:7380
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
include/utils/json.hpp:6715
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
include/utils/json.hpp:6840
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
include/utils/json.hpp:6125
Method
search
Search for stuff of the store. const std::string &titleQuery: The title to search for, "" to ignore. const std::string &descQuery: The description
source/store/storeUtils.cpp:180
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
include/utils/json.hpp:15493
Method
set_begin
set iterator to a defined beginning
include/utils/json.hpp:10653
Method
set_end
set iterator to a defined past the end
include/utils/json.hpp:10659
Method
span_input_adapter
include/utils/json.hpp:5156
Method
start_array
include/utils/json.hpp:5421
Method
start_array
include/utils/json.hpp:5634
Method
start_object
include/utils/json.hpp:5395
Method
start_object
include/utils/json.hpp:5570
Method
string
include/utils/json.hpp:5383
Method
string
include/utils/json.hpp:5558
Method
string to_string
include/utils/json.hpp:25171
Method
strtof
include/utils/json.hpp:6783
Method
sub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
include/utils/json.hpp:14402
Method
toLowerCase
To lowercase conversion. const std::string &str: The string which should be converted. */
source/utils/stringutils.cpp:42
Function
to_bson
! @brief Serializes the given JSON object `j` to BSON and returns a vector containing the corresponding BSON-representation. BSON
include/utils/json.hpp:23827
Method
to_char_type
include/utils/json.hpp:14278
Method
to_json
include/utils/json.hpp:4399
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
include/utils/json.hpp:23646
Method
to_string
! @brief return a string representation of the JSON pointer @invariant For each JSON pointer `ptr`, it holds: @code {.cpp} ptr == jso
include/utils/json.hpp:11600
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
include/utils/json.hpp:23749
Method
token_type_name
include/utils/json.hpp:5933
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.
include/utils/json.hpp:18812
Method
ubjson_prefix
! @brief determine the type prefix of container values */
include/utils/json.hpp:14129
Function
unflatten
! @param[in] value flattened JSON @return unflattened JSON @throw parse_error.109 if array index is not a number @throw type_error.
include/utils/json.hpp:12446
Function
update
! @brief updates a JSON object from another object, overwriting existing keys Inserts all values from JSON object @a j and overwrites existin
include/utils/json.hpp:22257
Function
value
include/utils/json.hpp:20279
Method
value
return value of the iterator
include/utils/json.hpp:3922
Method
value
return the value of an iterator
include/utils/json.hpp:11522
Method
waitMsg
Display a message, which can be "confirmed" with any key. const std::string &msg: The message which should be displayed. */
source/gui/msg.cpp:226
Method
what
returns the explanatory string
include/utils/json.hpp:2356
Method
wide_string_input_adapter
include/utils/json.hpp:5010
Method
write_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
include/utils/json.hpp:13799
Method
write_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
include/utils/json.hpp:13818
Method
write_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
include/utils/json.hpp:13656
Method
write_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
include/utils/json.hpp:13666
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
include/utils/json.hpp:13881
Method
write_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
include/utils/json.hpp:13644
Method
write_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
include/utils/json.hpp:13716
Method
write_bson_null
! @brief Writes a BSON element with key @a name and null value */
include/utils/json.hpp:13698
Method
write_bson_object
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
include/utils/json.hpp:13942
Method
write_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
include/utils/json.hpp:13766
Method
write_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
include/utils/json.hpp:13684
Method
write_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
include/utils/json.hpp:13744
Method
write_character
include/utils/json.hpp:12676
Method
write_character
include/utils/json.hpp:12700
Method
write_compact_float
include/utils/json.hpp:14251
Method
write_number
include/utils/json.hpp:14235
Method
write_number_with_ubjson_prefix
include/utils/json.hpp:13989
Method
~Meta
include/store/meta.hpp:45
Method
~QRCode
Destroy everything. */
source/qr/qrcode.cpp:99
Method
~Sound
source/utils/sound.cpp:133
Method
~State
source/utils/lodepng.cpp:6341
Method
~Store
Unload all SpriteSheets on Destructor. */
source/store/store.cpp:164
Function
~basic_json
! @brief destructor Destroys the JSON value and frees all allocated memory. @complexity Linear. @requirement This function helps `b
include/utils/json.hpp:18695
Method
~binary_reader
include/utils/json.hpp:7722
Method
~input_stream_adapter
include/utils/json.hpp:4795
Method
~json_ref
include/utils/json.hpp:12563
Method
~json_sax
include/utils/json.hpp:5308
Method
~json_sax_dom_callback_parser
include/utils/json.hpp:5526
Method
~json_sax_dom_parser
include/utils/json.hpp:5351
Method
~lexer
include/utils/json.hpp:6005
Method
~nonesuch
include/utils/json.hpp:2826
Method
~output_adapter_protocol
include/utils/json.hpp:12636
Method
~serializer
include/utils/json.hpp:15509
← previous
1,001–1,085 of 1,085, ranked by callers