libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include "application.hpp"
#include "exception.hpp"
#include "jthread.hpp"
#include "latency_timestamps.hpp"
#include "msg_processor.hpp"
#include "socket_server_manager.hpp"
#include "config.h"
#include <boost/exception/diagnostic_information.hpp>
#include <boost/exception_ptr.hpp>
#include <boost/program_options.hpp>
#include <iostream>
#include <iterator>
#include "socket_server_impl.hpp"
Go to the source code of this file.
Classes | |
class | jmmcg::LIBJMMCG_VER_NAMESPACE::socket::svr< ProcessingRules, SvrMgr > |
A very simple socket-based server. More... | |
struct | jmmcg::LIBJMMCG_VER_NAMESPACE::socket::svr< ProcessingRules, SvrMgr >::ctor_args |
Namespaces | |
namespace | jmmcg |
Link with -lrt to include these functions. | |
namespace | jmmcg::LIBJMMCG_VER_NAMESPACE |
namespace | jmmcg::LIBJMMCG_VER_NAMESPACE::socket |
Functions | |
template<class ProcessingRules , class SvrMgr > | |
std::ostream & | jmmcg::LIBJMMCG_VER_NAMESPACE::socket::operator<< (std::ostream &os, svr< ProcessingRules, SvrMgr > const &ec) noexcept(false) |