INotifierAddress

INotifierAddress is a wrapper class to encapsulate a notifier. INotifierAddress should be used as an address-independent way to reference a notifier. Clients should not subclass from this class.


INotifierAddress - Member Functions and Data by Group

Constructors & Destructor


[view class]
~INotifierAddress
public:
virtual ~INotifierAddress()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
INotifierAddress

Creates an INotifierAddress object and initializes the member data.


Overload 1
public:
INotifierAddress(const INotifier* notifier)

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 2
public:
INotifierAddress()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
operator =
public:
INotifierAddress& operator =(const INotifierAddress& src)

This operator assigns one INotifierAddress object to another.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Accessors


[view class]
notifier
public:
INotifier& notifier()

Returns the reference to the notifier wrapped by this object.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Comparison and validation


[view class]
operator !=
public:
bool operator !=(const INotifierAddress& src) const

This operator compares this object to another INotifierAddress object for inequality. Returns true if this object is not equal to the passed object, otherwise returns false.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
operator ==
public:
bool operator ==(const INotifierAddress& src) const

This operator compares this object to another INotifierAddress object for equality. Returns true if this object is equal to the passed object, otherwise returns false.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


INotifierAddress - Inherited Member Functions and Data

Inherited Public Functions

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data