ITcVnIteratorBase
Offers a base interface for iterators
Methods
Name |
Origin |
Description |
---|---|---|
ITcUnknown |
Increments the reference counter. | |
ITcUnknown |
Get a reference to an implemented interface. | |
ITcUnknown |
Decrements the reference counter. | |
ITcVnIteratorBase |
Checks if the iterator points to the first element. | |
ITcVnIteratorBase |
Checks if the iterator points to the past-the-end element (alternatively use F_VN_CheckIfIteratorIsAtEnd). | |
ITcVnIteratorBase |
Gets the memory size (in byte) required by the value the iterator points to. | |
ITcVnIteratorBase |
Gets the type GUID of the value the iterator points to. | |
ITcVnIteratorBase |
Sets the iterator to the first element (alternatively use F_VN_SetIteratorToBegin). | |
ITcVnIteratorBase |
Sets the iterator to the past-the-end element. |
System Requirements
Further Information