Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

IContainerIterator Struct Reference

#include <hyp.fem.interfaces.h>

Inheritance diagram for IContainerIterator::

CContainer List of all members.

Public Methods

virtual hyp_ker::IUnknown * SetBeginSelection ()=0
virtual hyp_ker::IUnknown * GetSelection ()=0
virtual hyp_ker::IUnknown * IncrSelection ()=0

Detailed Description

IContainerIterator provides the notion of iteration and sequence. The interface, an Oriented-Container Interface, doesn't provide services to sort the sequence.
Invariants
Here are the listing of the invariants. The implementation have to follow these invariant.
Key words
See also the following key words:
IID
Here is the Interface Identifier (IID) of the interface:


Member Function Documentation

virtual hyp_ker::IUnknown* IContainerIterator::GetSelection   [pure virtual]
 

Returns the current component of the sequence.

Reimplemented in CContainer.

virtual hyp_ker::IUnknown* IContainerIterator::IncrSelection   [pure virtual]
 

Increments the pointer of the sequence. Afterwards, returns GetSelection.

Reimplemented in CContainer.

virtual hyp_ker::IUnknown* IContainerIterator::SetBeginSelection   [pure virtual]
 

Returns the beginning of the sequence.

Reimplemented in CContainer.


The documentation for this struct was generated from the following file:
Top of Page
written by Pierre Rebours © 2000-2001. Terms of Use.