client-cpp  0.0.1-SNAPSHOT
kaa::ResetDeltaType Class Reference

#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 DeltaValuegetNewValue ()
 
virtual const RemovedItemsgetRemovedItems ()
 
virtual const AddedItemsgetAddedItems ()
 
- 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< DeltaValueAddedItems
 
typedef std::list< DeltaHandlerIdRemovedItems
 

Detailed Description

Definition at line 24 of file ResetDeltaType.hpp.

Member Function Documentation

virtual bool kaa::ResetDeltaType::isReset ( )
inlinevirtual

Tells if the container field was cleared

Returns
true if the container field is cleared, false if not (or field is not array)

Reimplemented from kaa::EmptyDeltaType.

Definition at line 30 of file ResetDeltaType.hpp.

virtual std::string kaa::ResetDeltaType::toString ( ) const
inlinevirtual

Retrieves string representation of delta reset type

Returns
String representation

Reimplemented from kaa::EmptyDeltaType.

Definition at line 38 of file ResetDeltaType.hpp.


The documentation for this class was generated from the following file: