Declarations for HandlerMap. More...
#include "CommAddress.h"#include "CommBuf.h"#include "IOHandlerData.h"#include "IOHandlerDatagram.h"#include "IOHandlerRaw.h"#include "ProxyMap.h"#include <Common/Error.h>#include <Common/Logger.h>#include <Common/SockAddrMap.h>#include <Common/Time.h>#include <Common/Timer.h>#include <condition_variable>#include <cassert>#include <memory>#include <mutex>

Go to the source code of this file.
Classes | |
| class | Hypertable::HandlerMap |
| Data structure for mapping socket addresses to I/O handlers. More... | |
Namespaces | |
| Hypertable | |
| Hypertable definitions | |
Typedefs | |
| typedef std::shared_ptr < HandlerMap > | Hypertable::HandlerMapPtr |
| Smart pointer to HandlerMap. More... | |
Declarations for HandlerMap.
This file contains type declarations for HandlerMap, a data structure for mapping socket addresses to I/O handlers.
Definition in file HandlerMap.h.
1.8.8