ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::msdata::Serializer_mzXML::Config Struct Reference

Serializer_mzXML configuration. More...

#include <Serializer_mzXML.hpp>

Public Member Functions

 Config ()
 

Public Attributes

BinaryDataEncoder::Config binaryDataEncoderConfig
 configuration for binary data encoding in write() note: byteOrder is ignored (mzXML always big endian) More...
 
bool indexed
 (indexed==true): read/write with <index> More...
 

Detailed Description

Serializer_mzXML configuration.

Definition at line 44 of file Serializer_mzXML.hpp.

Constructor & Destructor Documentation

§ Config()

pwiz::msdata::Serializer_mzXML::Config::Config ( )
inline

Definition at line 53 of file Serializer_mzXML.hpp.

References pwiz::identdata::IO::read(), and pwiz::identdata::IO::write().

53 : indexed(true) {}
bool indexed
(indexed==true): read/write with <index>

Member Data Documentation

§ binaryDataEncoderConfig

BinaryDataEncoder::Config pwiz::msdata::Serializer_mzXML::Config::binaryDataEncoderConfig

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

Definition at line 48 of file Serializer_mzXML.hpp.

Referenced by testWriteRead().

§ indexed

bool pwiz::msdata::Serializer_mzXML::Config::indexed

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

Definition at line 51 of file Serializer_mzXML.hpp.

Referenced by test(), and testWriteRead().


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