S3FC project page | S3FC home page |
#include <iostream>
#include <string>
#include <vector>
#include <list>
#include <s3fc/s3_streamable.h>
#include <s3fc/s3_fifo_queue.h>
#include <s3fc/s3_growable_fifo_queue.h>
#include <s3fc/s3_txport_base.h>
#include <s3fc/s3_txport_tcp.h>
#include <s3fc/s3_mutex.h>
#include <s3fc/s3_semaphore.h>
Include dependency graph for s3_message.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
struct | s3_post_office_switch::dst_data |
Data associated with each destination: client list and group flag. More... | |
struct | s3_post_office::dst_data |
Data associated with each destination: list of sucscribed client instances and group flag. More... | |
struct | s3_post_office::client_msg |
A message and its originating client. More... | |
class | s3_message |
An implementation of a Message. More... | |
class | s3_message_box |
An implementation of a Message box. More... | |
class | s3_post_office |
A Post Office implementation. More... | |
class | s3_post_office_switch |
An implementation of Post Office Switch. More... | |
struct | s3_post_office_switch::txp_event_queuer |
TCP transport event handler. More... | |
Functions | |
S3_TYPEGROUP_TRAITS_POD (s3_message::msg_class_t) |
Definition in file s3_message.h.
|
|
Send comments to: s3fc@stonethree.com |
|