ACE_RMCast
6.2.0
|
#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 |
Public Member Functions inherited from ACE_RMCast::Profile | |
virtual | ~Profile () |
Profile_ptr | clone () |
u16 | id () const |
u16 | size () const |
Static Public Attributes | |
static u16 const | id = 0x0001 |
Protected Member Functions | |
virtual Profile_ptr | clone_ () |
From (From const &from) | |
Protected Member Functions inherited from ACE_RMCast::Profile | |
Profile (u16 id) | |
Profile (Header const &h) | |
void | size (u16 s) |
u16 | calculate_size () |
Private Attributes | |
Address | address_ |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inlineprotectedvirtual |
Implements ACE_RMCast::Profile.
|
inlinevirtual |
Implements ACE_RMCast::Profile.
|
inlinevirtual |
Implements ACE_RMCast::Profile.
|
private |
|
static |