ProteoWizard
Public Member Functions | Public Attributes
pwiz::data::SampleDatum< abscissa_type, ordinate_type > Struct Template Reference

#include <SampleDatum.hpp>

List of all members.

Public Member Functions

 SampleDatum (abscissa_type _x=0, ordinate_type _y=0)

Public Attributes

abscissa_type x
ordinate_type y

Detailed Description

template<typename abscissa_type, typename ordinate_type>
struct pwiz::data::SampleDatum< abscissa_type, ordinate_type >

Definition at line 40 of file SampleDatum.hpp.


Constructor & Destructor Documentation

template<typename abscissa_type, typename ordinate_type>
pwiz::data::SampleDatum< abscissa_type, ordinate_type >::SampleDatum ( abscissa_type  _x = 0,
ordinate_type  _y = 0 
)
inline

Definition at line 45 of file SampleDatum.hpp.

: x(_x), y(_y)
{}

Member Data Documentation

template<typename abscissa_type, typename ordinate_type>
abscissa_type pwiz::data::SampleDatum< abscissa_type, ordinate_type >::x

Definition at line 42 of file SampleDatum.hpp.

Referenced by pwiz::data::operator==(), and pwiz::data::operator>>().

template<typename abscissa_type, typename ordinate_type>
ordinate_type pwiz::data::SampleDatum< abscissa_type, ordinate_type >::y

Definition at line 43 of file SampleDatum.hpp.

Referenced by pwiz::data::operator==(), and pwiz::data::operator>>().


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