Bytemaster's Boost Libraries
Public Types | Public Member Functions
boost::rpc::json::server< InterfaceType > Class Template Reference

Maps incoming remote calls to any object implementing InterfaceType. More...

#include <server.hpp>

List of all members.

Public Types

typedef boost::shared_ptr< serverptr
typedef
boost::reflect::any_ptr
< InterfaceType > 
interface_type

Public Member Functions

template<typename T >
 server (T v, const json::connection::ptr &c)

Detailed Description

template<typename InterfaceType>
class boost::rpc::json::server< InterfaceType >

Maps incoming remote calls to any object implementing InterfaceType.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines