S3FC project page S3FC home page

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

s3_post_office::dst_data Struct Reference

Data associated with each destination: list of sucscribed client instances and group flag. More...

List of all members.

Public Methods

 dst_data ()
 dst_data (const std::list< s3_message_box * > n_clients, bool n_group)

Public Attributes

std::list< s3_message_box * > clients
bool group


Detailed Description

Data associated with each destination: list of sucscribed client instances and group flag.

Definition at line 737 of file s3_message.h.


Constructor & Destructor Documentation

s3_post_office::dst_data::dst_data   [inline]
 

Definition at line 741 of file s3_message.h.

s3_post_office::dst_data::dst_data const std::list< s3_message_box * >    n_clients,
bool    n_group
[inline]
 

Definition at line 742 of file s3_message.h.

References clients, and group.


Member Data Documentation

std::list<s3_message_box*> s3_post_office::dst_data::clients
 

Definition at line 739 of file s3_message.h.

Referenced by dst_data.

bool s3_post_office::dst_data::group
 

Definition at line 740 of file s3_message.h.

Referenced by dst_data.


The documentation for this struct was generated from the following file:
Send comments to: s3fc@stonethree.com SourceForge Logo