ACE_RMCast 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
ACE_RMCast::Part Struct Reference

#include <Protocol.h>

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

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
 
- 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 = 0x0008
 

Protected Member Functions

virtual Profile_ptr clone_ ()
 
 Part (Part const &part)
 
- Protected Member Functions inherited from ACE_RMCast::Profile
 Profile (u16 id)
 
 Profile (Header const &h)
 
void size (u16 s)
 
u16 calculate_size ()
 

Private Attributes

u32 num_
 
u32 of_
 
u64 total_size_
 

Constructor & Destructor Documentation

◆ Part() [1/3]

ACE_RMCast::Part::Part ( Header const & h,
istream & is )
inline

◆ Part() [2/3]

ACE_RMCast::Part::Part ( u32 num,
u32 of,
u64 total_size )
inline

◆ Part() [3/3]

ACE_RMCast::Part::Part ( Part const & part)
inlineprotected

Member Function Documentation

◆ clone()

Part_ptr ACE_RMCast::Part::clone ( )
inline

◆ clone_()

virtual Profile_ptr ACE_RMCast::Part::clone_ ( )
inlineprotectedvirtual

Implements ACE_RMCast::Profile.

◆ num()

u32 ACE_RMCast::Part::num ( ) const
inline

◆ of()

u32 ACE_RMCast::Part::of ( ) const
inline

◆ serialize_body() [1/2]

virtual void ACE_RMCast::Part::serialize_body ( ostream & os) const
inlinevirtual

Implements ACE_RMCast::Profile.

◆ serialize_body() [2/2]

virtual void ACE_RMCast::Part::serialize_body ( sstream & ss) const
inlinevirtual

Implements ACE_RMCast::Profile.

◆ total_size()

u64 ACE_RMCast::Part::total_size ( ) const
inline

Member Data Documentation

◆ id

u16 const ACE_RMCast::Part::id = 0x0008
static

◆ num_

u32 ACE_RMCast::Part::num_
private

◆ of_

u32 ACE_RMCast::Part::of_
private

◆ total_size_

u64 ACE_RMCast::Part::total_size_
private

The documentation for this struct was generated from the following files: