typedef ACE_INET_Addr ACE_RMCast::Address |
Definition at line 46 of file Protocol.h.
typedef ACE_Condition<Mutex> ACE_RMCast::Condition |
typedef ACE_Strong_Bound_Ptr<Data, Mutex> ACE_RMCast::Data_ptr |
Definition at line 545 of file Protocol.h.
typedef ACE_Strong_Bound_Ptr<From, Mutex> ACE_RMCast::From_ptr |
Definition at line 375 of file Protocol.h.
typedef ACE_InputCDR ACE_RMCast::istream |
Definition at line 67 of file Protocol.h.
typedef ACE_Guard<Mutex> ACE_RMCast::Lock |
Definition at line 242 of file Protocol.h.
typedef ACE_Vector<Message_ptr, ACE_VECTOR_DEFAULT_SIZE> ACE_RMCast::Messages |
Definition at line 370 of file Protocol.h.
typedef ACE_SYNCH_MUTEX ACE_RMCast::Mutex |
typedef ACE_Strong_Bound_Ptr<NAK, Mutex> ACE_RMCast::NAK_ptr |
Definition at line 750 of file Protocol.h.
Definition at line 1122 of file Protocol.h.
typedef ACE_Strong_Bound_Ptr<NRTM, Mutex> ACE_RMCast::NRTM_ptr |
Definition at line 947 of file Protocol.h.
typedef ACE_OutputCDR ACE_RMCast::ostream |
Definition at line 65 of file Protocol.h.
typedef ACE_Strong_Bound_Ptr<Part, Mutex> ACE_RMCast::Part_ptr |
Definition at line 1179 of file Protocol.h.
Definition at line 69 of file Protocol.h.
typedef ACE_Strong_Bound_Ptr<SN, Mutex> ACE_RMCast::SN_ptr |
Definition at line 679 of file Protocol.h.
typedef ACE_SizeCDR ACE_RMCast::sstream |
Definition at line 66 of file Protocol.h.
typedef ACE_Strong_Bound_Ptr<To, Mutex> ACE_RMCast::To_ptr |
Definition at line 460 of file Protocol.h.
typedef ACE_CDR::UShort ACE_RMCast::u16 |
Definition at line 33 of file Protocol.h.
typedef ACE_CDR::ULong ACE_RMCast::u32 |
Definition at line 34 of file Protocol.h.
typedef ACE_CDR::ULongLong ACE_RMCast::u64 |
Definition at line 35 of file Protocol.h.
ostream& ACE_RMCast::operator<< | ( | ostream & | os, | |
Profile::Header const & | hdr | |||
) | [inline] |
Definition at line 200 of file Protocol.h.
sstream& ACE_RMCast::operator<< | ( | sstream & | ss, | |
Profile const & | p | |||
) | [inline] |
Definition at line 230 of file Protocol.h.
{
ss << p.header_;
p.serialize_body (ss);
return ss;
}
ostream& ACE_RMCast::operator<< | ( | ostream & | os, | |
Profile const & | p | |||
) | [inline] |
Definition at line 220 of file Protocol.h.
sstream& ACE_RMCast::operator<< | ( | sstream & | ss, | |
Profile::Header const & | hdr | |||
) | [inline] |
Definition at line 210 of file Protocol.h.
{
ss << hdr.id ();
ss << hdr.size ();
return ss;
}
unsigned short const ACE_RMCast::max_service_size = 60 |
Definition at line 40 of file Protocol.h.