ACE_RMCast 8.0.2
Loading...
Searching...
No Matches
Classes | Typedefs | Functions | Variables
ACE_RMCast Namespace Reference

Classes

class  Acknowledge
 
struct  AddressHasher
 
struct  Data
 
struct  Element
 
class  Flow
 
class  Fragment
 
struct  From
 
struct  In_Element
 
class  Link
 
class  Message
 
class  NAK
 
struct  NoData
 
struct  NRTM
 
struct  Out_Element
 
class  Parameters
 
struct  Part
 
struct  Profile
 
class  Reassemble
 
class  Retransmit
 
class  Simulator
 
struct  SN
 
class  Socket
 
class  Socket_Impl
 
struct  To
 

Typedefs

typedef ACE_SYNCH_MUTEX Mutex
 
typedef ACE_Guard< Mutex > Lock
 
typedef ACE_Condition< Mutex > Condition
 
typedef ACE_CDR::UShort u16
 
typedef ACE_CDR::ULong u32
 
typedef ACE_CDR::ULongLong u64
 
typedef ACE_INET_Addr Address
 
typedef ACE_OutputCDR ostream
 
typedef ACE_SizeCDR sstream
 
typedef ACE_InputCDR istream
 
typedef ACE_Strong_Bound_Ptr< Profile, Mutex > Profile_ptr
 
typedef ACE_Strong_Bound_Ptr< Message, Mutex > Message_ptr
 
typedef ACE_Vector< Message_ptr, ACE_VECTOR_DEFAULT_SIZE > Messages
 
typedef ACE_Strong_Bound_Ptr< From, Mutex > From_ptr
 
typedef ACE_Strong_Bound_Ptr< To, Mutex > To_ptr
 
typedef ACE_Strong_Bound_Ptr< Data, Mutex > Data_ptr
 
typedef ACE_Strong_Bound_Ptr< SN, Mutex > SN_ptr
 
typedef ACE_Strong_Bound_Ptr< NAK, Mutex > NAK_ptr
 
typedef ACE_Strong_Bound_Ptr< NRTM, Mutex > NRTM_ptr
 
typedef ACE_Strong_Bound_Ptr< NoData, Mutex > NoData_ptr
 
typedef ACE_Strong_Bound_Ptr< Part, Mutex > Part_ptr
 

Functions

ostream & operator<< (ostream &os, Profile::Header const &hdr)
 
sstream & operator<< (sstream &ss, Profile::Header const &hdr)
 
ostream & operator<< (ostream &os, Profile const &p)
 
sstream & operator<< (sstream &ss, Profile const &p)
 

Variables

unsigned short const max_service_size = 60
 

Typedef Documentation

◆ Address

◆ Condition

◆ Data_ptr

◆ From_ptr

◆ istream

◆ Lock

◆ Message_ptr

◆ Messages

◆ Mutex

◆ NAK_ptr

◆ NoData_ptr

◆ NRTM_ptr

◆ ostream

◆ Part_ptr

◆ Profile_ptr

◆ SN_ptr

◆ sstream

◆ To_ptr

◆ u16

◆ u32

◆ u64

Function Documentation

◆ operator<<() [1/4]

ostream & ACE_RMCast::operator<< ( ostream &  os,
Profile const &  p 
)
inline

◆ operator<<() [2/4]

ostream & ACE_RMCast::operator<< ( ostream &  os,
Profile::Header const &  hdr 
)
inline

◆ operator<<() [3/4]

sstream & ACE_RMCast::operator<< ( sstream &  ss,
Profile const &  p 
)
inline

◆ operator<<() [4/4]

sstream & ACE_RMCast::operator<< ( sstream &  ss,
Profile::Header const &  hdr 
)
inline

Variable Documentation

◆ max_service_size

unsigned short const ACE_RMCast::max_service_size = 60