MCPcopy Create free account

hub / github.com/Universal-Team/Universal-Updater / functions

Functions1,085 in github.com/Universal-Team/Universal-Updater

MethodpromptMsg
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
Functionqrcodegen_encodeBinary
Public function - see documentation comment in header file.
source/qrcodegen/qrcodegen.c:170
Functionqrcodegen_encodeSegments
Public function - see documentation comment in header file.
source/qrcodegen/qrcodegen.c:199
Functionqrcodegen_makeBytes
Public function - see documentation comment in header file.
source/qrcodegen/qrcodegen.c:878
Functionqrcodegen_makeEci
Public function - see documentation comment in header file.
source/qrcodegen/qrcodegen.c:961
Functionquirc_strerror
source/qr/quirc.cpp:71
Functionquirc_version
source/qr/quirc.cpp:21
Functionrbegin
! @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
Functionreinterpret_bits
include/utils/json.hpp:14380
FunctionremoveDir
source/utils/files.cpp:108
MethodremoveFile
Remove a File. */
source/utils/scriptUtils.cpp:51
Methodremove_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
MethodrenameFile
Rename / Move a file. */
source/utils/scriptUtils.cpp:136
Functionrend
! @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
MethodrunFunctions
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
Methodsax_parse_internal
include/utils/json.hpp:10285
Functionscan
include/utils/json.hpp:7380
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
include/utils/json.hpp:6715
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
include/utils/json.hpp:6840
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
include/utils/json.hpp:6125
Methodsearch
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
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
include/utils/json.hpp:15493
Methodset_begin
set iterator to a defined beginning
include/utils/json.hpp:10653
Methodset_end
set iterator to a defined past the end
include/utils/json.hpp:10659
Methodspan_input_adapter
include/utils/json.hpp:5156
Methodstart_array
include/utils/json.hpp:5421
Methodstart_array
include/utils/json.hpp:5634
Methodstart_object
include/utils/json.hpp:5395
Methodstart_object
include/utils/json.hpp:5570
Methodstring
include/utils/json.hpp:5383
Methodstring
include/utils/json.hpp:5558
Methodstring to_string
include/utils/json.hpp:25171
Methodstrtof
include/utils/json.hpp:6783
Methodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
include/utils/json.hpp:14402
MethodtoLowerCase
To lowercase conversion. const std::string &str: The string which should be converted. */
source/utils/stringutils.cpp:42
Functionto_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
Methodto_char_type
include/utils/json.hpp:14278
Methodto_json
include/utils/json.hpp:4399
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
include/utils/json.hpp:23646
Methodto_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
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
include/utils/json.hpp:23749
Methodtoken_type_name
include/utils/json.hpp:5933
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.
include/utils/json.hpp:18812
Methodubjson_prefix
! @brief determine the type prefix of container values */
include/utils/json.hpp:14129
Functionunflatten
! @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
Functionupdate
! @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
Functionvalue
include/utils/json.hpp:20279
Methodvalue
return value of the iterator
include/utils/json.hpp:3922
Methodvalue
return the value of an iterator
include/utils/json.hpp:11522
MethodwaitMsg
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
Methodwhat
returns the explanatory string
include/utils/json.hpp:2356
Methodwide_string_input_adapter
include/utils/json.hpp:5010
Methodwrite_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
include/utils/json.hpp:13799
Methodwrite_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
include/utils/json.hpp:13818
Methodwrite_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
include/utils/json.hpp:13656
Methodwrite_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
include/utils/json.hpp:13666
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
include/utils/json.hpp:13881
Methodwrite_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
include/utils/json.hpp:13644
Methodwrite_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
include/utils/json.hpp:13716
Methodwrite_bson_null
! @brief Writes a BSON element with key @a name and null value */
include/utils/json.hpp:13698
Methodwrite_bson_object
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
include/utils/json.hpp:13942
Methodwrite_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
include/utils/json.hpp:13766
Methodwrite_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
include/utils/json.hpp:13684
Methodwrite_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
include/utils/json.hpp:13744
Methodwrite_character
include/utils/json.hpp:12676
Methodwrite_character
include/utils/json.hpp:12700
Methodwrite_compact_float
include/utils/json.hpp:14251
Methodwrite_number
include/utils/json.hpp:14235
Methodwrite_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
← previous1,001–1,085 of 1,085, ranked by callers