|
Namespaces |
namespace | ACE_RMCast |
Classes |
struct | ACE_RMCast::AddressHasher |
struct | ACE_RMCast::Profile |
class | ACE_RMCast::Profile::Header |
class | ACE_RMCast::Message |
struct | ACE_RMCast::From |
struct | ACE_RMCast::To |
struct | ACE_RMCast::Data |
struct | ACE_RMCast::SN |
class | ACE_RMCast::NAK |
struct | ACE_RMCast::NRTM |
struct | ACE_RMCast::NoData |
struct | ACE_RMCast::Part |
Typedefs |
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_Refcounted_Auto_Ptr<
Profile, Mutex > | Profile_ptr |
typedef ACE_Refcounted_Auto_Ptr<
Message, ACE_Null_Mutex > | Message_ptr |
typedef ACE_Vector< Message_ptr,
ACE_VECTOR_DEFAULT_SIZE > | Messages |
typedef ACE_Refcounted_Auto_Ptr<
From, Mutex > | From_ptr |
typedef ACE_Refcounted_Auto_Ptr<
To, Mutex > | To_ptr |
typedef ACE_Refcounted_Auto_Ptr<
Data, Mutex > | Data_ptr |
typedef ACE_Refcounted_Auto_Ptr<
SN, Mutex > | SN_ptr |
typedef ACE_Refcounted_Auto_Ptr<
NAK, Mutex > | NAK_ptr |
typedef ACE_Refcounted_Auto_Ptr<
NRTM, Mutex > | NRTM_ptr |
typedef ACE_Refcounted_Auto_Ptr<
NoData, Mutex > | NoData_ptr |
typedef ACE_Refcounted_Auto_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 |