CycloBranch
neutralLoss Struct Reference

The structure for a detailed definition of a neutral loss. More...

#include <cFragmentIons.h>

Public Member Functions

 neutralLoss ()
 The default constructor.
 
void clear ()
 Clear the structure.
 
void store (ofstream &os)
 Store the structure into an output stream. More...
 
void load (ifstream &is)
 Load the structure from an input stream. More...
 

Public Attributes

string summary
 Summary formula of the loss.
 
map< string, int > summarymap
 A map of atoms corresponding to the summary formula.
 
double massdifference
 Mass difference of the loss.
 

Detailed Description

The structure for a detailed definition of a neutral loss.

Member Function Documentation

◆ load()

void neutralLoss::load ( ifstream &  is)

Load the structure from an input stream.

Parameters
isan input stream

◆ store()

void neutralLoss::store ( ofstream &  os)

Store the structure into an output stream.

Parameters
osan output stream

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