libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include "config.h"
#include "exit_codes.hpp"
#include <boost/asio/ip/address.hpp>
#include <csignal>
#include <iostream>
#include "application_impl.hpp"
Go to the source code of this file.
Classes | |
class | jmmcg::LIBJMMCG_VER_NAMESPACE::application |
Derive from this to assist with signal handling in one's executable. More... | |
Namespaces | |
namespace | boost |
namespace | boost::asio |
namespace | boost::asio::ip |
namespace | jmmcg |
Link with -lrt to include these functions. | |
namespace | jmmcg::LIBJMMCG_VER_NAMESPACE |
Functions | |
std::istream & | boost::asio::ip::operator>> (std::istream &is, boost::asio::ip::address &addr) |
Extract a v4 TCP/IP address from the supplied stream. More... | |