S3FC project page | S3FC home page |
#include <s3fc/s3_exception.h>
#include <s3fc/s3_thread_base.h>
#include <s3fc/s3_message.h>
#include <string>
#include <vector>
#include <map>
#include <s3fc/s3_rpc.tcc>
Include dependency graph for s3_rpc.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | s3_rpc_caller_m |
Abstract Base Class representing a caller that invokes a member function (method) of an object of type T_obj . More... | |
struct | s3_rpc_caller_m_v_t1 |
s3_rpc_caller_m that invokes a non-const method returning void and taking one argument, i.e. More... | |
struct | s3_rpc_caller_m_v_t2 |
s3_rpc_caller_m that invokes a non-const method returning void and taking two arguments, i.e. More... | |
struct | s3_rpc_caller_m_v_v |
s3_rpc_caller_m that invokes a non-const method returning void and taking no arguments, i.e. More... | |
class | s3_rpc_client |
struct | s3_rpc_common |
Type unspecific common types, functions and constants. More... | |
class | s3_rpc_exception |
Exception thrown when any of the s3_rpc_caller_m methods fail. More... | |
class | s3_rpc_server |
An RPC server that controls a single T_obj instance. More... | |
struct | s3_rpc_type_common |
Type specific common types, functions and constants. More... |
Definition in file s3_rpc.h.
Send comments to: s3fc@stonethree.com |
|