IAnchorBlockHandle

This class represents an OS/2 anchor block handle OS type.


IAnchorBlockHandle - Member Functions and Data by Group

Constructors & Destructor

Constructors and destructor for this class.


[view class]
IAnchorBlockHandle
public:
IAnchorBlockHandle(Value value = 0)
Constructs an IAnchorBlockHandle object from an operating system handle of type Value. Typically this value originates in a system API call.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Diagnostics

These functions and operators are used to access the handle's value.


[view class]
asDebugInfo
public:
IString asDebugInfo() const
Returns the handle as a string containing diagnostic information.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
asString
public:
IString asString() const
Returns the handle as a string of form nnnn.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
asUnsigned
public:
unsigned long asUnsigned() const
Returns the handle value as an unsigned long value.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
operator Value
public:
operator Value() const
Returns the handle as its operating system dependent type. Use this operator when you use the handle object as an argument to an operating system function.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IAnchorBlockHandle - Type Definitions


[view class]
Value
typedef _XtAppStruct * Value
A typedef for the class specific type of the handle member.

Variation 1
typedef _XtAppStruct * Value

Supported Platforms

Windows OS/2 AIX
No No Yes

Variation 2
typedef void * Value

Supported Platforms

Windows OS/2 AIX
Yes No No

Variation 3
typedef unsigned long Value

Supported Platforms

Windows OS/2 AIX
No Yes No


IAnchorBlockHandle - Associated Globals


operator <<
ostream& operator <<(ostream& aStream, const IAnchorBlockHandle& aHandle)
Formats this anchor block object to the passed ostream.


IAnchorBlockHandle - Inherited Member Functions and Data

Inherited Public Functions

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data