Public Member Functions | Public Attributes

TAO_PG_MemberInfo Class Reference

#include <PG_MemberInfo.h>

Collaboration diagram for TAO_PG_MemberInfo:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Structure that contains all member-specific information.


Member Function Documentation

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.


Member Data Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines