ProteoWizard
Public Member Functions | Public Attributes
pwiz::msdata::Serializer_mzML::Config Struct Reference

Serializer_mzML configuration. More...

#include <Serializer_mzML.hpp>

List of all members.

Public Member Functions

 Config ()

Public Attributes

BinaryDataEncoder::Config binaryDataEncoderConfig
 configuration for binary data encoding in write() note: byteOrder is ignored (mzML always little endian)
bool indexed
 (indexed==true): read/write with <indexedmzML> wrapper

Detailed Description

Serializer_mzML configuration.

Definition at line 44 of file Serializer_mzML.hpp.


Constructor & Destructor Documentation

pwiz::msdata::Serializer_mzML::Config::Config ( )
inline

Definition at line 53 of file Serializer_mzML.hpp.

: indexed(true) {}

Member Data Documentation

BinaryDataEncoder::Config pwiz::msdata::Serializer_mzML::Config::binaryDataEncoderConfig

configuration for binary data encoding in write() note: byteOrder is ignored (mzML always little endian)

Definition at line 48 of file Serializer_mzML.hpp.

Referenced by testWriteRead().

bool pwiz::msdata::Serializer_mzML::Config::indexed

(indexed==true): read/write with <indexedmzML> wrapper

Definition at line 51 of file Serializer_mzML.hpp.

Referenced by test(), and testWriteRead().


The documentation for this struct was generated from the following file: