RSB  0.17.0
LocalServer.h File Reference
#include <string>
#include <map>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <rsc/runtime/TypeStringTools.h>
#include <rsc/logging/Logger.h>
#include "../Handler.h"
#include "Server.h"
#include "rsb/rsbexports.h"
Include dependency graph for LocalServer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsb::patterns::LocalServer<>
 The server side of a request-reply-based communication channel. More...
 
class  rsb::patterns::LocalServer<>::IntlCallback
 Callback object interface to implement for registering callable methods. More...
 
class  rsb::patterns::LocalServer<>::EventCallback
 Callback class with receives and returns events. More...
 
class  rsb::patterns::LocalServer<>::CallbackBase
 Base class for callback classes. More...
 
class  rsb::patterns::LocalServer<>::AnyReplyTypeCallback< RequestType >
 A callback which allows any kind of reply type but is restricted to a single request type. More...
 
class  rsb::patterns::LocalServer<>::Callback< RequestType, ReplyType >
 Callback object used to register one method for a server. More...
 
class  rsb::patterns::LocalServer<>::Callback< RequestType, void >
 
class  rsb::patterns::LocalServer<>::Callback< void, ReplyType >
 
class  rsb::patterns::LocalServer<>::FunctionCallback< RequestType, ReplyType >
 An adapter to use boost functions for callbacks. More...
 
class  rsb::patterns::LocalServer<>::FunctionCallback< RequestType, void >
 An adapter to use boost functions without out return values as calblacks. More...
 
class  rsb::patterns::LocalServer<>::FunctionCallback< void, ReplyType >
 An adapter to use boost functions without a call argument for callbacks. More...
 
class  rsb::patterns::LocalServer<>::LocalMethod
 A derived Method class which can be called from the remote side and implements its behavior by invoking a client-supplied callback. More...
 
class  rsb::patterns::LocalServer<>
 The server side of a request-reply-based communication channel. More...
 
class  rsb::patterns::LocalServer<>
 The server side of a request-reply-based communication channel. More...
 

Namespaces

 rsb
 
 rsb::patterns
 

Typedefs

typedef boost::shared_ptr< LocalServer > rsb::patterns::LocalServerPtr