class ServiceIterator

Wrapper class for TServiceIterator.

Public Methods

[more] ServiceIterator(TServiceIterator aServiceIterator)
Constructor for ServiceIterator Constructor for ServiceIterator
[more] ~ServiceIterator()
Destructor for ServiceIterator Destructor for ServiceIterator
[more]TServiceIterator GetIterator()
Get the iterator. Get the iterator.
[more]void SetIterator(TServiceIterator aServiceIterator)
Set a specific iterator as content. Set a specific iterator as content.
[more]void NextIterator()
Increase the iterator, Increase the iterator,


Documentation

Wrapper for TServiceIterator, needed for C API.
o ServiceIterator(TServiceIterator aServiceIterator)
Create new ServiceIterator and initialize the actual iterator. Create new ServiceIterator and initialize the actual iterator.

o ~ServiceIterator()
Delete the ServiceIterator Delete the ServiceIterator

oTServiceIterator GetIterator()
Returns the content of this wrapper.

Returns the content of this wrapper.

Returns:
The content of the wrapper
The content of the wrapper

ovoid SetIterator(TServiceIterator aServiceIterator)
Assign the given iterator object to be as the content of this iterator. Assign the given iterator object to be as the content of this iterator.

ovoid NextIterator()
Move on to the next actual iterator. Move on to the next actual iterator.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.