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

product ion information More...

#include <MSData.hpp>

Public Member Functions

bool empty () const
 returns true iff the element contains no params and all members are empty or null More...
 
bool operator== (const Product &that) const
 returns true iff this product's isolation window is equal to that product's More...
 

Public Attributes

IsolationWindow isolationWindow
 this element captures the isolation (or 'selection') window configured to isolate one or more precursors. More...
 

Detailed Description

product ion information

Definition at line 346 of file MSData.hpp.

Member Function Documentation

§ empty()

bool pwiz::msdata::Product::empty ( ) const

returns true iff the element contains no params and all members are empty or null

§ operator==()

bool pwiz::msdata::Product::operator== ( const Product that) const

returns true iff this product's isolation window is equal to that product's

Member Data Documentation

§ isolationWindow

IsolationWindow pwiz::msdata::Product::isolationWindow

this element captures the isolation (or 'selection') window configured to isolate one or more precursors.

Definition at line 349 of file MSData.hpp.

Referenced by pwiz::msdata::TextWriter::operator()(), and testProduct().


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