libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
application.hpp File Reference
#include "config.h"
#include "exit_codes.hpp"
#include <boost/asio/ip/address.hpp>
#include <csignal>
#include <iostream>
#include "application_impl.hpp"
Include dependency graph for application.hpp:
This graph shows which files directly or indirectly include this file:

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...