Go to the documentation of this file.
   17 #ifndef RESETDELTATYPE_HPP_ 
   18 #define RESETDELTATYPE_HPP_ 
   22 #ifdef KAA_USE_CONFIGURATION 
   28 class ResetDeltaType: 
public EmptyDeltaType {
 
   34     virtual bool isReset() {
 
   42     virtual std::string toString()
 const {
 
   43         return std::string(
"reset");