Declarations for CommAddress. More...
#include <Common/InetAddr.h>#include <Common/Logger.h>#include <Common/String.h>#include <functional>#include <set>#include <unordered_map>

Go to the source code of this file.
Classes | |
| class | Hypertable::CommAddress |
| Address abstraction to hold either proxy name or IPv4:port address. More... | |
| class | Hypertable::CommAddressHash |
| Hash function (functor) for CommAddress objets. More... | |
| class | Hypertable::CommAddressMap< TypeT, addr > |
| Parameterized hash map for mapping CommAddress to arbitrary type. More... | |
Namespaces | |
| Hypertable | |
| Hypertable definitions | |
Typedefs | |
| typedef std::set< CommAddress > | Hypertable::CommAddressSet |
| Set of CommAddress objects. More... | |
Declarations for CommAddress.
This file contains type declarations for CommAddress, an abstraction class for holding an arbitrary address type.
Definition in file CommAddress.h.
1.8.8