00001 00011 #ifndef __HYSTERESIS_IMPL_H 00012 #define __HYSTERESIS_IMPL_H 00013 00014 //com 00015 00016 //std 00017 00018 // own 00019 #include "hysteresis.h" 00020 00024 class hysteresis_impl: public hysteresis 00025 { 00026 // no copy or assignment operations 00027 hysteresis_impl(const hysteresis_impl& obj); 00028 hysteresis_impl& operator=(const hysteresis_impl& obj); 00029 public: 00031 00032 00035 hysteresis_impl(); 00039 virtual ~hysteresis_impl(); 00041 00044 00047 00049 00053 00060 00066 00068 00070 00071 00073 00074