MCPcopy Create free account

hub / github.com/Huntereb/Awoo-Installer / functions

Functions728 in github.com/Huntereb/Awoo-Installer

Methodoutput_adapter_protocol
include/util/json.hpp:15651
Methodoutput_stream_adapter
include/util/json.hpp:15692
Methodoutput_string_adapter
include/util/json.hpp:15717
Methodoutput_vector_adapter
include/util/json.hpp:15667
Functionparent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
include/util/json.hpp:14649
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
include/util/json.hpp:10174
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
include/util/json.hpp:10050
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
include/util/json.hpp:10136
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 */
include/util/json.hpp:9946
Methodparse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
include/util/json.hpp:10204
Methodparse_error
include/util/json.hpp:8976
Methodparse_error
include/util/json.hpp:9371
Methodparse_error
include/util/json.hpp:9629
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
include/util/json.hpp:10980
Methodparse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
include/util/json.hpp:11614
Methodparser
a parser reading from an input adapter
include/util/json.hpp:12929
Functionpatch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
include/util/json.hpp:25032
Functionpatch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
include/util/json.hpp:24761
FunctionplayAudio
source/util/util.cpp:271
Methodposition_string
include/util/json.hpp:4670
MethodprocessChunk
source/nx/nca_writer.cpp:239
Functionprogress_callback
source/util/curl.cpp:22
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
include/util/json.hpp:22859
Functionreinterpret_bits
include/util/json.hpp:17668
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
include/util/json.hpp:22873
Methodrsa2048PssVerify
source/util/crypto.cpp:27
Methodsax_parse_internal
include/util/json.hpp:13038
Functionscan
include/util/json.hpp:8540
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
include/util/json.hpp:7867
Methodscan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 8259. The function is realized with a determinis
include/util/json.hpp:7992
Methodscan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 8259. While scanning, bytes are escaped and copie
include/util/json.hpp:7277
MethodsdInstPage
source/ui/sdInstPage.cpp:15
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/util/json.hpp:18788
MethodsetInstBarPerc
source/ui/instPage.cpp:55
MethodsetInstInfoText
source/ui/instPage.cpp:50
MethodsetTopInstInfoText
source/ui/instPage.cpp:45
Functionset_end
include/util/json.hpp:13605
Functionset_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
include/util/json.hpp:6241
MethodsettingsMenuItem_Click
source/ui/mainPage.cpp:131
MethodsigPatchesMenuItem_Click
source/ui/mainPage.cpp:122
Methodspan_input_adapter
include/util/json.hpp:6977
Methodstart_array
include/util/json.hpp:8936
Methodstart_array
include/util/json.hpp:9292
Methodstart_object
include/util/json.hpp:8885
Methodstart_object
include/util/json.hpp:9193
Methodstring
include/util/json.hpp:8873
Methodstring
include/util/json.hpp:9181
Methodstring to_string
@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
include/util/json.hpp:25215
Methodstrtof
include/util/json.hpp:7935
Methodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
include/util/json.hpp:17690
Functionsubtype
@brief return the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
include/util/json.hpp:6249
Methodswitch
include/util/json.hpp:19126
Methodtest
include/util/json.hpp:4215
Methodtest
include/util/json.hpp:4225
Methodtest
include/util/json.hpp:4235
Methodtest
include/util/json.hpp:4245
Methodtest
include/util/json.hpp:4261
Methodtest
include/util/json.hpp:4270
Functionto_bjdata
@brief create a BJData serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bjdata/
include/util/json.hpp:24369
Functionto_bson
@brief create a BSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bson/
include/util/json.hpp:24399
Methodto_char_type
include/util/json.hpp:3747
Methodto_char_type
include/util/json.hpp:3771
Methodto_char_type
include/util/json.hpp:17547
Methodto_int_type
Redefine to_int_type function
include/util/json.hpp:3742
Methodto_int_type
Redefine to_int_type function
include/util/json.hpp:3766
Methodto_json
include/util/json.hpp:6160
Functionto_msgpack
@brief create a MessagePack serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_msgpack/
include/util/json.hpp:24319
Functionto_ubjson
@brief create a UBJSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_ubjson/
include/util/json.hpp:24342
Methodtoken_type_name
include/util/json.hpp:7085
Methodubjson_prefix
! @brief determine the type prefix of container values */
include/util/json.hpp:17255
Functionunflatten
include/util/json.hpp:15310
Functionupdate
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
include/util/json.hpp:23450
MethodusbInstPage
source/ui/usbInstPage.cpp:15
MethodusbInstallMenuItem_Click
source/ui/mainPage.cpp:111
Methodvalue
return the value of an iterator
include/util/json.hpp:14445
Functionvalue_in_range_of
include/util/json.hpp:4277
Functionwhat
returns the explanatory string
include/util/json.hpp:4514
Methodwide_string_input_adapter
include/util/json.hpp:6790
Methodwrite
source/nx/nca_writer.cpp:284
FunctionwriteDataBuffer
source/util/curl.cpp:15
FunctionwriteDataFile
source/util/curl.cpp:10
Methodwrite_bjdata_ndarray
! @return false if the object is successfully converted to a bjdata ndarray, true if the type or size is invalid */
include/util/json.hpp:17369
Methodwrite_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
include/util/json.hpp:16881
Methodwrite_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
include/util/json.hpp:16900
Methodwrite_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
include/util/json.hpp:16737
Methodwrite_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
include/util/json.hpp:16747
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/util/json.hpp:16963
Methodwrite_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
include/util/json.hpp:16725
Methodwrite_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
include/util/json.hpp:16797
Methodwrite_bson_null
! @brief Writes a BSON element with key @a name and null value */
include/util/json.hpp:16779
Methodwrite_bson_object
! @param[in] value JSON value to serialize @pre value.type() == value_t::object */
include/util/json.hpp:17025
Methodwrite_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
include/util/json.hpp:16848
Methodwrite_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
include/util/json.hpp:16765
Methodwrite_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
include/util/json.hpp:16825
Methodwrite_character
include/util/json.hpp:15696
Methodwrite_character
include/util/json.hpp:15721
Methodwrite_compact_float
include/util/json.hpp:17513
Methodwrite_number
include/util/json.hpp:17497
Methodwrite_number_with_ubjson_prefix
include/util/json.hpp:17072
Method~Aes128Ctr
include/util/crypto.hpp:91
← previousnext →601–700 of 728, ranked by callers