63 bool decodeString(QString &the_str);
65 bool readCborMap(QCborMap &cbor_map);
66 bool readCborArray(QCborArray &cbor_array);
67 bool readArray(std::vector<std::size_t> &int_list);
68 bool readArray(std::vector<double> &double_list);
69 bool readArray(std::vector<int> &positions);
70 bool readArray(QStringList &str_list);