ACE_RMCast
6.1.4
|
#include <Protocol.h>
Public Member Functions | |
SN (Header const &h, istream &is) | |
SN (u64 n) | |
SN_ptr | clone () |
u64 | num () 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 = 0x0004 |
Protected Member Functions | |
virtual Profile_ptr | clone_ () |
SN (SN const &sn) | |
Protected Member Functions inherited from ACE_RMCast::Profile | |
Profile (u16 id) | |
Profile (Header const &h) | |
void | size (u16 s) |
u16 | calculate_size () |
Private Attributes | |
u64 | n_ |
|
inline |
|
inlineprotected |
|
inline |
|
inlineprotectedvirtual |
Implements ACE_RMCast::Profile.
|
inline |
|
inlinevirtual |
Implements ACE_RMCast::Profile.
|
inlinevirtual |
Implements ACE_RMCast::Profile.
|
static |
|
private |