ACE_RMCast::SN Struct Reference

#include <Protocol.h>

Inheritance diagram for ACE_RMCast::SN:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 n_ (n)
SN_ptr clone ()
u64 num () const
virtual void serialize_body (ostream &os) const
virtual void serialize_body (sstream &ss) const

Public Attributes

 __pad0__: Profile (h) { is >> n_
 __pad1__: Profile (id)

Static Public Attributes

static u16 const id = 0x0004

Protected Member Functions

virtual Profile_ptr clone_ ()
 n_ (sn.n_)

Protected Attributes

 __pad2__: Profile (sn)

Private Attributes

u64 n_

Detailed Description

Definition at line 685 of file Protocol.h.


Member Function Documentation

SN_ptr ACE_RMCast::SN::clone ( void   )  [inline]

Reimplemented from ACE_RMCast::Profile.

Definition at line 703 of file Protocol.h.

References clone_().

00704     {
00705       return SN_ptr (clone_ ());
00706     }

virtual Profile_ptr ACE_RMCast::SN::clone_ (  )  [inline, protected, virtual]

Implements ACE_RMCast::Profile.

Definition at line 710 of file Protocol.h.

Referenced by clone().

00711     {
00712       Profile_ptr p (new SN (*this));
00713       return p;
00714     }

ACE_RMCast::SN::n_ ( sn.  n_  )  [inline, protected]

Definition at line 718 of file Protocol.h.

00719     {
00720     }

ACE_RMCast::SN::n_ (  )  [inline]

Definition at line 697 of file Protocol.h.

References ACE_RMCast::Profile::calculate_size(), and ACE_RMCast::Profile::size().

00697         : Profile (id), n_ (n)
00698     {
00699       size (calculate_size ());
00700     }

u64 ACE_RMCast::SN::num (  )  const [inline]

Definition at line 724 of file Protocol.h.

References n_.

00725     {
00726       return n_;
00727     }

virtual void ACE_RMCast::SN::serialize_body ( sstream ss  )  const [inline, virtual]

Implements ACE_RMCast::Profile.

Definition at line 737 of file Protocol.h.

References n_.

00738     {
00739       ss << n_;
00740     }

virtual void ACE_RMCast::SN::serialize_body ( ostream os  )  const [inline, virtual]

Implements ACE_RMCast::Profile.

Definition at line 731 of file Protocol.h.

References n_.

00732     {
00733       os << n_;
00734     }


Member Data Documentation

ACE_RMCast::SN::__pad0__

Definition at line 693 of file Protocol.h.

ACE_RMCast::SN::__pad1__

Definition at line 697 of file Protocol.h.

ACE_RMCast::SN::__pad2__ [protected]

Definition at line 717 of file Protocol.h.

u16 const ACE_RMCast::SN::id = 0x0004 [static]

Definition at line 687 of file Protocol.h.

u64 ACE_RMCast::SN::n_ [private]

Definition at line 743 of file Protocol.h.

Referenced by num(), and serialize_body().


The documentation for this struct was generated from the following files:
Generated on Tue Feb 2 17:36:30 2010 for ACE_RMCast by  doxygen 1.4.7