ACE_RMCast  6.1.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
ACE_RMCast::Profile Struct Referenceabstract

#include <Protocol.h>

Inheritance diagram for ACE_RMCast::Profile:
Inheritance graph
Collaboration diagram for ACE_RMCast::Profile:
Collaboration graph

Classes

class  Header
 

Public Member Functions

virtual ~Profile ()
 
Profile_ptr clone ()
 
u16 id () const
 
u16 size () const
 
virtual void serialize_body (ostream &) const =0
 
virtual void serialize_body (sstream &) const =0
 

Protected Member Functions

 Profile (u16 id)
 
 Profile (Header const &h)
 
virtual Profile_ptr clone_ ()=0
 
void size (u16 s)
 
u16 calculate_size ()
 

Private Member Functions

Profileoperator= (Profile const &)
 

Private Attributes

Header header_
 

Friends

ostreamoperator<< (ostream &os, Profile const &p)
 
sstreamoperator<< (sstream &ss, Profile const &p)
 

Constructor & Destructor Documentation

virtual ACE_RMCast::Profile::~Profile ( )
inlinevirtual
ACE_RMCast::Profile::Profile ( u16  id)
inlineprotected
ACE_RMCast::Profile::Profile ( Header const &  h)
inlineprotected

Member Function Documentation

u16 ACE_RMCast::Profile::calculate_size ( )
inlineprotected
Profile_ptr ACE_RMCast::Profile::clone ( )
inline
virtual Profile_ptr ACE_RMCast::Profile::clone_ ( )
protectedpure virtual
u16 ACE_RMCast::Profile::id ( ) const
inline
Profile& ACE_RMCast::Profile::operator= ( Profile const &  )
private
virtual void ACE_RMCast::Profile::serialize_body ( ostream ) const
pure virtual
virtual void ACE_RMCast::Profile::serialize_body ( sstream ) const
pure virtual
u16 ACE_RMCast::Profile::size ( ) const
inline
void ACE_RMCast::Profile::size ( u16  s)
inlineprotected

Friends And Related Function Documentation

ostream& operator<< ( ostream os,
Profile const &  p 
)
friend
sstream& operator<< ( sstream ss,
Profile const &  p 
)
friend

Member Data Documentation

Header ACE_RMCast::Profile::header_
private

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