Kea 2.7.5
|
#include <functional>
#include <string>
#include <exceptions/exceptions.h>
#include <asiolink/io_address.h>
#include <ostream>
#include <unistd.h>
#include <sys/socket.h>
Go to the source code of this file.
Classes | |
class | isc::asiolink::IOEndpoint |
The IOEndpoint class is an abstract base class to represent a communication endpoint. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::asiolink |
Functions | |
ostream & | isc::asiolink::operator<< (std::ostream &os, const IOEndpoint &endpoint) |
Insert the IOEndpoint as a string into stream. | |