|
|
#ifndef LENGTHREP_H
#define LENGTHREP_H
#include "SelfTestingObject.h"
namespace Nobel {
/** Pituuden sisäinen esitys. */
class LengthRep : public SelfTestingObject {
public:
/** Pituus senttimetreissä. */
double lengthCM;
/** Invariantin tarkistus.
* @return true
*/
virtual bool invariant() const { return true; }
/** Destruktori. */
virtual ~LengthRep() { }
};
}
#endif
| Generated by: hoppq@ilenkone on Thu Mar 1 15:43:18 2001, using kdoc 2.0a50. |