31#include <QCborStreamReader>
64 bool readArray(std::vector<std::size_t> &int_list);
65 bool readArray(std::vector<double> &double_list);
66 bool readArray(std::vector<int> &positions);
bool readCborMap(QCborMap &cbor_map)
virtual ~CborStreamReader()
bool readCborArray(QCborArray &cbor_array)
bool readArray(std::vector< std::size_t > &int_list)
bool decodeString(QString &the_str)
decode the current cbor value as a string the point to the next value the current value is decoded as...