#include <Protocol.h>
Inheritance diagram for ACE_RMCast::Part:
Public Member Functions | |
Part (Header const &h, istream &is) | |
Part (u32 num, u32 of, u64 total_size) | |
Part_ptr | clone () |
u32 | num () const |
u32 | of () const |
u64 | total_size () const |
virtual void | serialize_body (ostream &os) const |
virtual void | serialize_body (sstream &ss) const |
Static Public Attributes | |
u16 const | id = 0x0008 |
Protected Member Functions | |
virtual Profile_ptr | clone_ () |
Part (Part const &part) | |
Private Attributes | |
u32 | num_ |
u32 | of_ |
u64 | total_size_ |
|
|
|
|
|
|
|
Reimplemented from ACE_RMCast::Profile. |
|
Implements ACE_RMCast::Profile. |
|
|
|
|
|
Implements ACE_RMCast::Profile. |
|
Implements ACE_RMCast::Profile. |
|
|
|
|
|
|
|
|
|
|