My Project 3.2.0
C++ Distributed Hash Table
|
This is the complete list of members for dht::ValueType, including all inherited members.
DEFAULT_EDIT_POLICY(InfoHash, const std::shared_ptr< Value > &, std::shared_ptr< Value > &, const InfoHash &, const SockAddr &) (defined in dht::ValueType) | dht::ValueType | inlinestatic |
DEFAULT_STORE_POLICY(InfoHash, const std::shared_ptr< Value > &v, const InfoHash &, const SockAddr &) (defined in dht::ValueType) | dht::ValueType | static |
editPolicy (defined in dht::ValueType) | dht::ValueType | |
expiration (defined in dht::ValueType) | dht::ValueType | |
Id typedef (defined in dht::ValueType) | dht::ValueType | |
id (defined in dht::ValueType) | dht::ValueType | |
name (defined in dht::ValueType) | dht::ValueType | |
operator==(const ValueType &o) (defined in dht::ValueType) | dht::ValueType | inline |
storePolicy (defined in dht::ValueType) | dht::ValueType | |
USER_DATA (defined in dht::ValueType) | dht::ValueType | static |
ValueType() (defined in dht::ValueType) | dht::ValueType | inline |
ValueType(Id id, std::string name, duration e=std::chrono::minutes(10)) (defined in dht::ValueType) | dht::ValueType | inline |
ValueType(Id id, std::string name, duration e, StorePolicy sp, EditPolicy ep=DEFAULT_EDIT_POLICY) (defined in dht::ValueType) | dht::ValueType | inline |
~ValueType() (defined in dht::ValueType) | dht::ValueType | inlinevirtual |