A class for holding a set of body scales. More...
#include <BodyScaleSet.h>
Public Member Functions | |
BodyScaleSet () | |
Default constructor of a BodyScaleSet. | |
BodyScaleSet (const BodyScaleSet &aBodyScaleSet) | |
Copy constructor of a BodyScaleSet. | |
~BodyScaleSet (void) | |
Destructor. | |
BodyScaleSet & | operator= (const BodyScaleSet &aBodyScaleSet) |
Assignment operator. |
A class for holding a set of body scales.
BodyScaleSet::BodyScaleSet | ( | ) |
Default constructor of a BodyScaleSet.
BodyScaleSet::BodyScaleSet | ( | const BodyScaleSet & | aBodyScaleSet | ) |
Copy constructor of a BodyScaleSet.
BodyScaleSet::~BodyScaleSet | ( | void | ) |
Destructor.
BodyScaleSet & BodyScaleSet::operator= | ( | const BodyScaleSet & | aBodyScaleSet | ) |