| 
    client-cpp
    0.0.1-SNAPSHOT
    
   | 
 
#include <ResetDeltaType.hpp>
 Inheritance diagram for kaa::ResetDeltaType:
 Collaboration diagram for kaa::ResetDeltaType:Public Member Functions | |
| virtual bool | isReset () | 
| virtual std::string | toString () const | 
  Public Member Functions inherited from kaa::EmptyDeltaType | |
| virtual bool | isDefault () | 
| virtual const DeltaValue & | getNewValue () | 
| virtual const RemovedItems & | getRemovedItems () | 
| virtual const AddedItems & | getAddedItems () | 
  Public Member Functions inherited from kaa::IDeltaType | |
| virtual | ~IDeltaType () | 
Additional Inherited Members | |
  Public Types inherited from kaa::IDeltaType | |
| typedef boost::any | DeltaValue | 
| typedef std::list< DeltaValue > | AddedItems | 
| typedef std::list< DeltaHandlerId > | RemovedItems | 
Definition at line 24 of file ResetDeltaType.hpp.
      
  | 
  inlinevirtual | 
Tells if the container field was cleared
Reimplemented from kaa::EmptyDeltaType.
Definition at line 30 of file ResetDeltaType.hpp.
      
  | 
  inlinevirtual | 
Retrieves string representation of delta reset type
Reimplemented from kaa::EmptyDeltaType.
Definition at line 38 of file ResetDeltaType.hpp.