TAO_PortableGroup  2.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
TAO_PG_MemberInfo Class Reference

Structure that contains all member-specific information. More...

#include <PG_MemberInfo.h>

Collaboration diagram for TAO_PG_MemberInfo:
Collaboration graph

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...
 

Detailed Description

Structure that contains all member-specific information.

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
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.


The documentation for this class was generated from the following files: