ACE_RMCast  6.0.6
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes
ACE_RMCast::NAK Class Reference

#include <Protocol.h>

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

List of all members.

Public Types

typedef ACE_Vector< u64,
ACE_VECTOR_DEFAULT_SIZE
SerialNumbers
typedef SerialNumbers::Iterator iterator

Public Member Functions

 NAK (Header const &h, istream &is)
 NAK (Address const &src)
NAK_ptr clone ()
void add (u64 sn)
Address const & address () const
iterator begin ()
size_t count () const
virtual void serialize_body (ostream &os) const
virtual void serialize_body (sstream &ss) const

Static Public Member Functions

static u32 max_count (u32 max_size)

Static Public Attributes

static u16 const id = 0x0005

Protected Member Functions

virtual Profile_ptr clone_ ()
 NAK (NAK const &nak)

Private Attributes

Address address_
SerialNumbers sns_

Member Typedef Documentation


Constructor & Destructor Documentation

ACE_RMCast::NAK::NAK ( Header const &  h,
istream is 
) [inline]
ACE_RMCast::NAK::NAK ( Address const &  src) [inline]
ACE_RMCast::NAK::NAK ( NAK const &  nak) [inline, protected]

Member Function Documentation

void ACE_RMCast::NAK::add ( u64  sn) [inline]
Address const& ACE_RMCast::NAK::address ( ) const [inline]
iterator ACE_RMCast::NAK::begin ( ) [inline]
NAK_ptr ACE_RMCast::NAK::clone ( ) [inline]

Reimplemented from ACE_RMCast::Profile.

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

Implements ACE_RMCast::Profile.

size_t ACE_RMCast::NAK::count ( ) const [inline]
static u32 ACE_RMCast::NAK::max_count ( u32  max_size) [inline, static]
virtual void ACE_RMCast::NAK::serialize_body ( ostream os) const [inline, virtual]

Implements ACE_RMCast::Profile.

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

Implements ACE_RMCast::Profile.


Member Data Documentation

u16 const ACE_RMCast::NAK::id = 0x0005 [static]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines