#include <mzcborindexreader.h>
- Todo:
- write docs
Definition at line 42 of file mzcborindexreader.h.
◆ MzcborIndexReader()
| pappso::cbor::mzcbor::MzcborIndexReader::MzcborIndexReader |
( |
| ) |
|
◆ ~MzcborIndexReader()
| pappso::cbor::mzcbor::MzcborIndexReader::~MzcborIndexReader |
( |
| ) |
|
|
virtual |
◆ close()
| void pappso::cbor::mzcbor::MzcborIndexReader::close |
( |
| ) |
|
|
virtual |
◆ getRunAndSpectrumIdList()
| const std::vector< std::vector< QString > > & pappso::cbor::mzcbor::MzcborIndexReader::getRunAndSpectrumIdList |
( |
| ) |
const |
◆ getRunAndSpectrumOffsetList()
| const std::vector< std::vector< qint64 > > & pappso::cbor::mzcbor::MzcborIndexReader::getRunAndSpectrumOffsetList |
( |
| ) |
const |
◆ getRunIdList()
| const std::vector< QString > & pappso::cbor::mzcbor::MzcborIndexReader::getRunIdList |
( |
| ) |
const |
◆ isMzcborIndex()
| bool pappso::cbor::mzcbor::MzcborIndexReader::isMzcborIndex |
( |
| ) |
const |
◆ readCbor()
| void pappso::cbor::mzcbor::MzcborIndexReader::readCbor |
( |
QFile * |
cborp | ) |
|
|
virtual |
◆ readRoot()
| void pappso::cbor::mzcbor::MzcborIndexReader::readRoot |
( |
| ) |
|
|
protected |
Definition at line 61 of file mzcborindexreader.cpp.
62{
63 qDebug();
65
67 {
68
70 {
71 QCborMap cbor_informations;
73 }
75 {
79 {
81 }
82 }
84 {
86 }
88 {
91 for(std::size_t i = 0; i < length; i++)
92 {
95 }
97 }
99 {
102 for(std::size_t i = 0; i < length; i++)
103 {
106 }
108 }
109 }
111}
bool readCborMap(QCborMap &cbor_map)
bool readArray(std::vector< std::size_t > &int_list)
◆ m_from
| QString pappso::cbor::mzcbor::MzcborIndexReader::m_from |
|
private |
◆ m_isMzcborIndex
| bool pappso::cbor::mzcbor::MzcborIndexReader::m_isMzcborIndex = false |
|
private |
◆ m_runAndSpectrumIdList
| std::vector<std::vector<QString> > pappso::cbor::mzcbor::MzcborIndexReader::m_runAndSpectrumIdList |
|
private |
◆ m_runAndSpectrumOffsetList
| std::vector<std::vector<qint64> > pappso::cbor::mzcbor::MzcborIndexReader::m_runAndSpectrumOffsetList |
|
private |
◆ m_runIdList
| std::vector<QString> pappso::cbor::mzcbor::MzcborIndexReader::m_runIdList |
|
private |
The documentation for this class was generated from the following files: