My Project 1.7.4
C++ Distributed Hash Table
|
This is the complete list of members for dht::Hash< N >, including all inherited members.
begin() (defined in dht::Hash< N >) | dht::Hash< N > | inline |
cbegin() const (defined in dht::Hash< N >) | dht::Hash< N > | inline |
cend() const (defined in dht::Hash< N >) | dht::Hash< N > | inline |
cmp(const Hash &id1, const Hash &id2) | dht::Hash< N > | inlinestatic |
commonBits(const Hash &id1, const Hash &id2) | dht::Hash< N > | inlinestatic |
const_iterator typedef (defined in dht::Hash< N >) | dht::Hash< N > | |
data() const (defined in dht::Hash< N >) | dht::Hash< N > | inline |
data() (defined in dht::Hash< N >) | dht::Hash< N > | inline |
end() (defined in dht::Hash< N >) | dht::Hash< N > | inline |
get(const std::string &data) (defined in dht::Hash< N >) | dht::Hash< N > | inlinestatic |
get(const std::vector< uint8_t > &data) (defined in dht::Hash< N >) | dht::Hash< N > | inlinestatic |
get(const uint8_t *data, size_t data_len) | dht::Hash< N > | inlinestatic |
getBit(unsigned nbit) const (defined in dht::Hash< N >) | dht::Hash< N > | inline |
getRandom() (defined in dht::Hash< N >) | dht::Hash< N > | static |
Hash() (defined in dht::Hash< N >) | dht::Hash< N > | inline |
Hash(const uint8_t *h, size_t data_len) (defined in dht::Hash< N >) | dht::Hash< N > | inline |
Hash(const std::string &hex) | dht::Hash< N > | explicit |
Hash(const msgpack::object &o) (defined in dht::Hash< N >) | dht::Hash< N > | inline |
iterator typedef (defined in dht::Hash< N >) | dht::Hash< N > | |
lowbit() const | dht::Hash< N > | inline |
msgpack_pack(Packer &pk) const (defined in dht::Hash< N >) | dht::Hash< N > | inline |
msgpack_unpack(msgpack::object o) (defined in dht::Hash< N >) | dht::Hash< N > | inline |
operator bool() const (defined in dht::Hash< N >) | dht::Hash< N > | inlineexplicit |
operator!=(const Hash &h) const (defined in dht::Hash< N >) | dht::Hash< N > | inline |
operator<(const Hash &o) const (defined in dht::Hash< N >) | dht::Hash< N > | inline |
operator<< (defined in dht::Hash< N >) | dht::Hash< N > | friend |
operator==(const Hash &h) const (defined in dht::Hash< N >) | dht::Hash< N > | inline |
operator>> (defined in dht::Hash< N >) | dht::Hash< N > | friend |
operator[](size_t index) (defined in dht::Hash< N >) | dht::Hash< N > | inline |
operator[](size_t index) const (defined in dht::Hash< N >) | dht::Hash< N > | inline |
setBit(unsigned nbit, bool b) (defined in dht::Hash< N >) | dht::Hash< N > | inline |
size() const (defined in dht::Hash< N >) | dht::Hash< N > | inline |
T typedef (defined in dht::Hash< N >) | dht::Hash< N > | |
to_c_str() const (defined in dht::Hash< N >) | dht::Hash< N > | |
toFloat() const (defined in dht::Hash< N >) | dht::Hash< N > | inline |
toString() const (defined in dht::Hash< N >) | dht::Hash< N > | |
xorCmp(const Hash &id1, const Hash &id2) const | dht::Hash< N > | inline |