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

#include <DeltaHandlerId.hpp>

Public Member Functions

 DeltaHandlerId (const uuid_t &uuid)
 
 DeltaHandlerId (const DeltaHandlerId &id)
 
DeltaHandlerIdoperator= (const DeltaHandlerId &id)
 
 DeltaHandlerId (const boost::uint64_t &handlerId)
 
bool operator== (const DeltaHandlerId &id) const
 
bool operator!= (const DeltaHandlerId &id) const
 
bool operator< (const DeltaHandlerId &id) const
 
bool operator> (const DeltaHandlerId &id) const
 
bool operator<= (const DeltaHandlerId &id) const
 
bool operator>= (const DeltaHandlerId &id) const
 
boost::uint64_t getHandlerId () const
 

Detailed Description

Id which is used to identify delta objects and subscribe for their updates

Definition at line 29 of file DeltaHandlerId.hpp.

Constructor & Destructor Documentation

kaa::DeltaHandlerId::DeltaHandlerId ( const uuid_t uuid)

Constructor

Parameters
uuidUUID object
kaa::DeltaHandlerId::DeltaHandlerId ( const DeltaHandlerId id)
inline

Copy constructor

Definition at line 41 of file DeltaHandlerId.hpp.

kaa::DeltaHandlerId::DeltaHandlerId ( const boost::uint64_t &  handlerId)
inline

Constructor

Parameters
handlerIdinner representation of DeltaHandlerId

Definition at line 53 of file DeltaHandlerId.hpp.

Member Function Documentation

boost::uint64_t kaa::DeltaHandlerId::getHandlerId ( ) const
inline

Retrieves inner representation value of DeltaHandlerId

Definition at line 113 of file DeltaHandlerId.hpp.

bool kaa::DeltaHandlerId::operator!= ( const DeltaHandlerId id) const
inline

Not equal operator

Parameters
idinstance of DeltaHandlerId to be compared
Returns
true if this is not equal than id, false otherwise

Definition at line 70 of file DeltaHandlerId.hpp.

bool kaa::DeltaHandlerId::operator< ( const DeltaHandlerId id) const
inline

Less operator

Parameters
idinstance of DeltaHandlerId to be compared
Returns
true if this is less than id, false otherwise

Definition at line 79 of file DeltaHandlerId.hpp.

bool kaa::DeltaHandlerId::operator<= ( const DeltaHandlerId id) const
inline

Not greater operator

Parameters
idinstance of DeltaHandlerId to be compared
Returns
true if this is not less than id, false otherwise

Definition at line 97 of file DeltaHandlerId.hpp.

DeltaHandlerId& kaa::DeltaHandlerId::operator= ( const DeltaHandlerId id)
inline

Definition at line 44 of file DeltaHandlerId.hpp.

bool kaa::DeltaHandlerId::operator== ( const DeltaHandlerId id) const
inline

Equal operator

Parameters
idinstance of DeltaHandlerId to be compared
Returns
true if this is equal than id, false otherwise

Definition at line 61 of file DeltaHandlerId.hpp.

bool kaa::DeltaHandlerId::operator> ( const DeltaHandlerId id) const
inline

Greater operator

Parameters
idinstance of DeltaHandlerId to be compared
Returns
true if this is greater than id, false otherwise

Definition at line 88 of file DeltaHandlerId.hpp.

bool kaa::DeltaHandlerId::operator>= ( const DeltaHandlerId id) const
inline

Not less operator

Parameters
idinstance of DeltaHandlerId to be compared
Returns
true if this is not greater than id, false otherwise

Definition at line 106 of file DeltaHandlerId.hpp.


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