IGSortedSet

Variant of ISortedSet with generic operations class.


IGSortedSet - Member Functions and Data by Group

Constructors & Destructor

Construct and destruct IGSortedSet objects.


[view class]
IGSortedSet
Construct an IGSortedSet object.


Overload 1
public:
IGSortedSet(INumber = 100)

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 2
public:
IGSortedSet(IGSortedSet < Element, ElementOps > const&)

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 3
protected:
IGSortedSet(PureImplementation&)

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IGSortedSetTypedef
protected:
IGSortedSetTypedef(Element, ElementOps)
Construct an IGSortedSetTypedef object.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Assignment

Assign IGSortedSet objects.


[view class]
operator =
public:
IGSortedSet < Element , ElementOps >& operator =( IGSortedSet < Element, ElementOps > const& )
Assign one IGSortedSet object to another object.

Return
A reference to this object.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Implementation

These members provide access to object implementation details.


[view class]
ImplOf
protected:
static Implementation& ImplOf( IGSortedSet < Element, ElementOps > const& )
Return a reference to the implementation object for this object.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IGSortedSet - Type Definitions


[view class]
PureImplementation
typedef ISortedSetAsAvlTreeImpl PureImplementation
Do not access.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
Self
typedef IGSortedSet < Element , ElementOps > Self
Do not access.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
Guard
typedef ICollectionGuard < Element > Guard
Do not access.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
Implementation
typedef ICSortedSetImpl < PureImplementation > Implementation
Do not access.

Variation 1
typedef ICSortedSetImpl < PureImplementation > Implementation

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes

Variation 2
typedef PureImplementation Implementation

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
Cursor
typedef IGSortedSetCursor < Element , ElementOps > Cursor
Do not access.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IGSortedSet - Inherited Member Functions and Data

Inherited Public Functions

IACollection
IAOrderedCollection
IASortedCollection
IASortedSet

Inherited Public Data

Inherited Protected Functions

IACollectionBase
IACollection
IAOrderedCollection
IASortedCollection
IASortedSet

Inherited Protected Data