#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.
Definition at line 38 of file PG_MemberInfo.h.
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.
Definition at line 11 of file PG_MemberInfo.cpp.
PortableGroup::ObjectGroup_var TAO_PG_MemberInfo::group |
Definition at line 40 of file PG_MemberInfo.h.
Flag indicates that the member is alive.
Definition at line 49 of file PG_MemberInfo.h.
The location at which the member resides.
Definition at line 46 of file PG_MemberInfo.h.
Reference to the member.
Definition at line 43 of file PG_MemberInfo.h.