#include <Protocol.h>
Public Member Functions | |
From (Header const &h, istream &is) | |
From (Address const &addr) | |
From_ptr | clone () |
Address const & | address () const |
virtual void | serialize_body (ostream &os) const |
virtual void | serialize_body (sstream &ss) const |
Static Public Attributes | |
static u16 const | id = 0x0001 |
Protected Member Functions | |
virtual Profile_ptr | clone_ () |
From (From const &from) | |
Private Attributes | |
Address | address_ |
ACE_RMCast::From::From | ( | Address const & | addr | ) | [inline] |
ACE_RMCast::From::From | ( | From const & | from | ) | [inline, protected] |
Address const& ACE_RMCast::From::address | ( | ) | const [inline] |
From_ptr ACE_RMCast::From::clone | ( | ) | [inline] |
Reimplemented from ACE_RMCast::Profile.
virtual Profile_ptr ACE_RMCast::From::clone_ | ( | ) | [inline, protected, virtual] |
Implements ACE_RMCast::Profile.
virtual void ACE_RMCast::From::serialize_body | ( | sstream & | ss | ) | const [inline, virtual] |
Implements ACE_RMCast::Profile.
virtual void ACE_RMCast::From::serialize_body | ( | ostream & | os | ) | const [inline, virtual] |
Implements ACE_RMCast::Profile.
Address ACE_RMCast::From::address_ [private] |
u16 const ACE_RMCast::From::id = 0x0001 [static] |