ACE_RMCast::Out_Element Struct Reference

#include <Stack.h>

Inheritance diagram for ACE_RMCast::Out_Element:

Inheritance graph
[legend]
Collaboration diagram for ACE_RMCast::Out_Element:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~Out_Element ()
 Out_Element ()
virtual void out_stop ()
virtual void out_start (Out_Element *out)
virtual void send (Message_ptr m)

Protected Attributes

Out_Elementout_

Constructor & Destructor Documentation

ACE_RMCast::Out_Element::~Out_Element  )  [virtual]
 

Definition at line 13 of file Stack.cpp.

00014   {
00015   }

ACE_RMCast::Out_Element::Out_Element  ) 
 

Definition at line 18 of file Stack.cpp.

00019       : out_ (0)
00020   {
00021   }


Member Function Documentation

void ACE_RMCast::Out_Element::out_start Out_Element out  )  [virtual]
 

Reimplemented in ACE_RMCast::Acknowledge, ACE_RMCast::Link, and ACE_RMCast::Retransmit.

Definition at line 24 of file Stack.cpp.

References out_.

Referenced by ACE_RMCast::Socket_Impl::Socket_Impl().

00025   {
00026     out_ = out;
00027   }

void ACE_RMCast::Out_Element::out_stop  )  [virtual]
 

Reimplemented in ACE_RMCast::Acknowledge, and ACE_RMCast::Retransmit.

Definition at line 36 of file Stack.cpp.

References out_.

Referenced by ACE_RMCast::Socket_Impl::~Socket_Impl().

00037   {
00038     out_ = 0;
00039   }

void ACE_RMCast::Out_Element::send Message_ptr  m  )  [virtual]
 

Reimplemented in ACE_RMCast::Acknowledge, ACE_RMCast::Flow, ACE_RMCast::Fragment, ACE_RMCast::Link, ACE_RMCast::Retransmit, and ACE_RMCast::Simulator.

Definition at line 30 of file Stack.cpp.

References ACE_RMCast::Message_ptr, and out_.

00031   {
00032     if (out_) out_->send (m);
00033   }


Member Data Documentation

Out_Element* ACE_RMCast::Out_Element::out_ [protected]
 

Definition at line 29 of file Stack.h.

Referenced by out_start(), out_stop(), and send().


The documentation for this struct was generated from the following files:
Generated on Thu Nov 9 11:41:26 2006 for ACE_RMCast by doxygen 1.3.6