|
libpappsomspp
Library for mass spectrometry
|
#include <cvparammap.h>
Public Member Functions | |
| void | fromCbor (CborStreamReader &reader) |
| fill the structure reading data from a CBOR stream | |
| QJsonArray | toJsonArray () const |
| write the structure to a JSON array | |
Definition at line 45 of file cvparammap.h.
| void pappso::cbor::mzcbor::CvParamMap::fromCbor | ( | CborStreamReader & | reader | ) |
fill the structure reading data from a CBOR stream
| reader | CBOR stream |
Definition at line 33 of file cvparammap.cpp.
References pappso::cbor::mzcbor::CvParam::accession, and pappso::cbor::mzcbor::CvParam::fromCbor().
Referenced by pappso::cbor::mzcbor::Spectrum::readScanCvParams(), and pappso::cbor::mzcbor::ConvertToMzml::writeElementInMzml().
| QJsonArray pappso::cbor::mzcbor::CvParamMap::toJsonArray | ( | ) | const |
write the structure to a JSON array
Definition at line 59 of file cvparammap.cpp.