|
client-cpp
0.0.1-SNAPSHOT
|
#include <DeltaHandlerId.hpp>
Public Member Functions | |
| DeltaHandlerId (const uuid_t &uuid) | |
| DeltaHandlerId (const DeltaHandlerId &id) | |
| DeltaHandlerId & | operator= (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 |
Id which is used to identify delta objects and subscribe for their updates
Definition at line 29 of file DeltaHandlerId.hpp.
| kaa::DeltaHandlerId::DeltaHandlerId | ( | const uuid_t & | uuid | ) |
Constructor
| uuid | UUID object |
|
inline |
Copy constructor
Definition at line 41 of file DeltaHandlerId.hpp.
|
inline |
Constructor
| handlerId | inner representation of DeltaHandlerId |
Definition at line 53 of file DeltaHandlerId.hpp.
|
inline |
Retrieves inner representation value of DeltaHandlerId
Definition at line 113 of file DeltaHandlerId.hpp.
|
inline |
Not equal operator
| id | instance of DeltaHandlerId to be compared |
Definition at line 70 of file DeltaHandlerId.hpp.
|
inline |
Less operator
| id | instance of DeltaHandlerId to be compared |
Definition at line 79 of file DeltaHandlerId.hpp.
|
inline |
Not greater operator
| id | instance of DeltaHandlerId to be compared |
Definition at line 97 of file DeltaHandlerId.hpp.
|
inline |
Definition at line 44 of file DeltaHandlerId.hpp.
|
inline |
Equal operator
| id | instance of DeltaHandlerId to be compared |
Definition at line 61 of file DeltaHandlerId.hpp.
|
inline |
Greater operator
| id | instance of DeltaHandlerId to be compared |
Definition at line 88 of file DeltaHandlerId.hpp.
|
inline |
Not less operator
| id | instance of DeltaHandlerId to be compared |
Definition at line 106 of file DeltaHandlerId.hpp.