TAO_PortableGroup
2.2.6
|
Structure that contains all member-specific information. More...
#include <PG_MemberInfo.h>
Public Member Functions | |
bool | operator== (const TAO_PG_MemberInfo &rhs) const |
Equality operator. More... | |
Public Attributes | |
PortableGroup::ObjectGroup_var | group |
CORBA::Object_var | member |
Reference to the member. More... | |
PortableGroup::Location | location |
The location at which the member resides. More... | |
bool | is_alive |
Flag indicates that the member is alive. More... | |
Structure that contains all member-specific information.
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 |
bool TAO_PG_MemberInfo::is_alive |
Flag indicates that the member is alive.
PortableGroup::Location TAO_PG_MemberInfo::location |
The location at which the member resides.
CORBA::Object_var TAO_PG_MemberInfo::member |
Reference to the member.