ProteoWizard
Public Member Functions | Public Attributes
CustomPair Struct Reference

List of all members.

Public Member Functions

 CustomPair (double _a, double _b)

Public Attributes

double a
double b

Detailed Description

Definition at line 125 of file OrderedPairTest.cpp.


Constructor & Destructor Documentation

CustomPair::CustomPair ( double  _a,
double  _b 
)
inline

Definition at line 125 of file OrderedPairTest.cpp.

References CustomPair().

Referenced by CustomPair().

{double a; double b; CustomPair(double _a, double _b) : a(_a), b(_b) {} };

Member Data Documentation

double CustomPair::a

Definition at line 125 of file OrderedPairTest.cpp.

double CustomPair::b

Definition at line 125 of file OrderedPairTest.cpp.


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