class DeviceIterator

Wrapper class for TDeviceIterator.

Public Methods

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


Documentation

Wrapper for TDeviceIterator, needed for C API.
o DeviceIterator(TDeviceIterator aDeviceIterator)
Create new DeviceIterator and initialize the actual iterator. Create new DeviceIterator and initialize the actual iterator.

o ~DeviceIterator()
Delete the DeviceIterator Delete the DeviceIterator

oTDeviceIterator 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(TDeviceIterator aDeviceIterator)
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++.