#include <PG_MemberInfo.h>
Collaboration diagram for TAO_PG_MemberInfo:
Public Member Functions | |
bool | operator== (const TAO_PG_MemberInfo &rhs) |
Equality operator. | |
Public Attributes | |
CORBA::Object_var | member |
Reference to the member. | |
PortableGroup::Location | location |
The location at which the member resides. |
Structure that contains all member-specific information.
|
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. |
|
The location at which the member resides.
|
|
Reference to the member.
|