|
ProteoWizard
|
Variable length list of references. More...
#include <Datastructures_mz5.hpp>
Public Member Functions | |
| RefListMZ5 () | |
| RefListMZ5 (const RefListMZ5 &) | |
| RefListMZ5 (const std::vector< pwiz::data::ParamGroupPtr > &, const ReferenceWrite_mz5 &ref) | |
| RefListMZ5 (const std::vector< pwiz::msdata::SourceFilePtr > &, const ReferenceWrite_mz5 &ref) | |
| RefListMZ5 & | operator= (const RefListMZ5 &) |
| ~RefListMZ5 () | |
| void | init (const RefMZ5 *list, const size_t len) |
| void | fill (std::vector< pwiz::msdata::ParamGroupPtr > &, const ReferenceRead_mz5 &rref) |
| void | fill (std::vector< pwiz::msdata::SourceFilePtr > &, const ReferenceRead_mz5 &rref) |
Static Public Member Functions | |
| static H5::VarLenType | getType () |
Additional Inherited Members | |
Public Attributes inherited from pwiz::msdata::mz5::RefListMZ5Data | |
| size_t | len |
| RefMZ5 * | list |
Variable length list of references.
Definition at line 239 of file Datastructures_mz5.hpp.
| pwiz::msdata::mz5::RefListMZ5::RefListMZ5 | ( | ) |
| pwiz::msdata::mz5::RefListMZ5::RefListMZ5 | ( | const RefListMZ5 & | ) |
| pwiz::msdata::mz5::RefListMZ5::RefListMZ5 | ( | const std::vector< pwiz::data::ParamGroupPtr > & | , |
| const ReferenceWrite_mz5 & | ref | ||
| ) |
| pwiz::msdata::mz5::RefListMZ5::RefListMZ5 | ( | const std::vector< pwiz::msdata::SourceFilePtr > & | , |
| const ReferenceWrite_mz5 & | ref | ||
| ) |
| pwiz::msdata::mz5::RefListMZ5::~RefListMZ5 | ( | ) |
| RefListMZ5& pwiz::msdata::mz5::RefListMZ5::operator= | ( | const RefListMZ5 & | ) |
| void pwiz::msdata::mz5::RefListMZ5::init | ( | const RefMZ5 * | list, |
| const size_t | len | ||
| ) |
| void pwiz::msdata::mz5::RefListMZ5::fill | ( | std::vector< pwiz::msdata::ParamGroupPtr > & | , |
| const ReferenceRead_mz5 & | rref | ||
| ) |
| void pwiz::msdata::mz5::RefListMZ5::fill | ( | std::vector< pwiz::msdata::SourceFilePtr > & | , |
| const ReferenceRead_mz5 & | rref | ||
| ) |
|
static |
1.8.1.1