IIter<T *, G> Class Template Reference

Inheritance diagram for IIter<T *, G>:

IBase


Public Types

typedef T * Type
typedef T IType

Detailed Description

template<class T, const Guid * G>
class IIter< T *, G >

The IIter<T*, G> class is a specialization for IIter so that pointer types are handled a little differently. Mainly it is to allow the typedef of Type that is inside of IIter to reflect the underlying type instead of the pointer type. See IIter for a description of the functions.


Member Typedef Documentation

template<class T, const Guid * G>
typedef T IIter< T *, G >::IType
 

template<class T, const Guid * G>
typedef T* IIter< T *, G >::Type
 


The documentation for this class was generated from the following files:

Return to top of page