TAO_PortableGroup
2.0.8
|
#include <PG_MemberInfo.h>
Public Member Functions | |
bool | operator== (const TAO_PG_MemberInfo &rhs) const |
Equality operator. | |
Public Attributes | |
PortableGroup::ObjectGroup_var | group |
CORBA::Object_var | member |
Reference to the member. | |
PortableGroup::Location | location |
The location at which the member resides. | |
bool | is_alive |
Flag indicates that the member is alive. |
Structure that contains all member-specific information.
bool TAO_PG_MemberInfo::operator== | ( | const TAO_PG_MemberInfo & | rhs | ) | const |
Equality operator.
For the purposes of the member info set, only the location is important. In particular, if a member already resides at the given location, this equality operator will return true.
PortableGroup::ObjectGroup_var TAO_PG_MemberInfo::group |
Flag indicates that the member is alive.
The location at which the member resides.
Reference to the member.