| 
    client-cpp
    0.0.1-SNAPSHOT
    
   | 
 
#include <EndpointObjectHash.hpp>
 Inheritance diagram for kaa::EndpointObjectHash:
 Collaboration diagram for kaa::EndpointObjectHash:Public Member Functions | |
| EndpointObjectHash () | |
| EndpointObjectHash (const std::string &str) | |
| EndpointObjectHash (const boost::uint8_t *data, const boost::uint32_t &dataSize) | |
| EndpointObjectHash (const SharedDataBuffer &endpointHash) | |
| EndpointObjectHash (EndpointObjectHash &endpointHash) | |
| EndpointObjectHash & | operator= (EndpointObjectHash &endpointHash) | 
| SharedDataBuffer | getHash () | 
| bool | operator== (EndpointObjectHash &endpointHash) | 
| bool | operator!= (EndpointObjectHash &endpointHash) | 
| operator std::vector< boost::uint8_t > () | |
Static Public Member Functions | |
| static bool | isEqual (SharedDataBuffer left, SharedDataBuffer right) | 
Used to calculate SHA-1 hash
Definition at line 35 of file EndpointObjectHash.hpp.
| kaa::EndpointObjectHash::EndpointObjectHash | ( | ) | 
| kaa::EndpointObjectHash::EndpointObjectHash | ( | const std::string & | str | ) | 
| kaa::EndpointObjectHash::EndpointObjectHash | ( | const boost::uint8_t * | data, | 
| const boost::uint32_t & | dataSize | ||
| ) | 
| kaa::EndpointObjectHash::EndpointObjectHash | ( | const SharedDataBuffer & | endpointHash | ) | 
| kaa::EndpointObjectHash::EndpointObjectHash | ( | EndpointObjectHash & | endpointHash | ) | 
| SharedDataBuffer kaa::EndpointObjectHash::getHash | ( | ) | 
Retrieves data hash
      
  | 
  static | 
Check if two buffer are equal
| kaa::EndpointObjectHash::operator std::vector< boost::uint8_t > | ( | ) | 
      
  | 
  inline | 
Checks if two hashes are not equal
Definition at line 75 of file EndpointObjectHash.hpp.
| EndpointObjectHash& kaa::EndpointObjectHash::operator= | ( | EndpointObjectHash & | endpointHash | ) | 
      
  | 
  inline | 
Checks if two hashes are equal
Definition at line 67 of file EndpointObjectHash.hpp.