ProteoWizard
Public Member Functions | Static Public Member Functions | Public Attributes
pwiz::msdata::mz5::ScanListMZ5 Struct Reference

Variable length scan list. More...

#include <Datastructures_mz5.hpp>

List of all members.

Public Member Functions

 ScanListMZ5 ()
 ScanListMZ5 (const ScanListMZ5 &)
 ScanListMZ5 (const std::vector< ScanMZ5 > &)
 ScanListMZ5 (const std::vector< pwiz::msdata::Scan > &, const ReferenceWrite_mz5 &wref)
ScanListMZ5operator= (const ScanListMZ5 &)
 ~ScanListMZ5 ()
void init (const ScanMZ5 *list, const size_t len)
void fill (std::vector< pwiz::msdata::Scan > &, const ReferenceRead_mz5 &rref)

Static Public Member Functions

static H5::VarLenType getType ()

Public Attributes

size_t len
ScanMZ5list

Detailed Description

Variable length scan list.

Definition at line 695 of file Datastructures_mz5.hpp.


Constructor & Destructor Documentation

pwiz::msdata::mz5::ScanListMZ5::ScanListMZ5 ( )
pwiz::msdata::mz5::ScanListMZ5::ScanListMZ5 ( const ScanListMZ5 )
pwiz::msdata::mz5::ScanListMZ5::ScanListMZ5 ( const std::vector< ScanMZ5 > &  )
pwiz::msdata::mz5::ScanListMZ5::ScanListMZ5 ( const std::vector< pwiz::msdata::Scan > &  ,
const ReferenceWrite_mz5 wref 
)
pwiz::msdata::mz5::ScanListMZ5::~ScanListMZ5 ( )

Member Function Documentation

ScanListMZ5& pwiz::msdata::mz5::ScanListMZ5::operator= ( const ScanListMZ5 )
void pwiz::msdata::mz5::ScanListMZ5::init ( const ScanMZ5 list,
const size_t  len 
)
void pwiz::msdata::mz5::ScanListMZ5::fill ( std::vector< pwiz::msdata::Scan > &  ,
const ReferenceRead_mz5 rref 
)
static H5::VarLenType pwiz::msdata::mz5::ScanListMZ5::getType ( )
static

Member Data Documentation

size_t pwiz::msdata::mz5::ScanListMZ5::len

Definition at line 697 of file Datastructures_mz5.hpp.

ScanMZ5* pwiz::msdata::mz5::ScanListMZ5::list

Definition at line 698 of file Datastructures_mz5.hpp.


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