8 #ifndef OPENDDS_DCPS_ICE_H 9 #define OPENDDS_DCPS_ICE_H 17 #include "dds/DdsDcpsInfoUtilsC.h" 21 #if !defined (ACE_LACKS_PRAGMA_ONCE) 60 this->address == other.
address &&
63 this->type == other.
type;
83 return candidates.begin();
85 const_iterator
end()
const 87 return candidates.end();
94 this->type == other.
type &&
99 return !(*
this == other);
bool operator==(const Candidate &other) const
typedef OPENDDS_MAP(OPENDDS_STRING, ICE::AgentInfo) AgentInfoMap
bool operator==(const AgentInfo &other) const
bool operator!=(const AgentInfo &other) const
CandidatesType::const_iterator const_iterator
CandidatesType candidates
const_iterator end() const
const_iterator begin() const
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
The Internal API and Implementation of OpenDDS.
typedef OPENDDS_VECTOR(ACE_INET_Addr) AddressListType