clang  3.9.0
Public Member Functions | List of all members
clang::CanTypeIterator< InputIterator > Struct Template Reference

Iterator adaptor that turns an iterator over canonical QualTypes into an iterator over CanQualTypes. More...

#include <CanonicalType.h>

Inheritance diagram for clang::CanTypeIterator< InputIterator >:
[legend]
Collaboration diagram for clang::CanTypeIterator< InputIterator >:
[legend]

Public Member Functions

 CanTypeIterator ()
 
 CanTypeIterator (InputIterator Iter)
 
CanQualType operator* () const
 
CanProxy< Typeoperator-> () const
 

Detailed Description

template<typename InputIterator>
struct clang::CanTypeIterator< InputIterator >

Iterator adaptor that turns an iterator over canonical QualTypes into an iterator over CanQualTypes.

Definition at line 385 of file CanonicalType.h.

Constructor & Destructor Documentation

template<typename InputIterator >
clang::CanTypeIterator< InputIterator >::CanTypeIterator ( )
inline

Definition at line 392 of file CanonicalType.h.

template<typename InputIterator >
clang::CanTypeIterator< InputIterator >::CanTypeIterator ( InputIterator  Iter)
inlineexplicit

Definition at line 393 of file CanonicalType.h.

Member Function Documentation

template<typename InputIterator >
CanQualType clang::CanTypeIterator< InputIterator >::operator* ( ) const
inline

Definition at line 396 of file CanonicalType.h.

References clang::CanQual< Type >::CreateUnsafe(), and I.

template<typename InputIterator >
CanProxy< Type > clang::CanTypeIterator< InputIterator >::operator-> ( ) const

Definition at line 661 of file CanonicalType.h.


The documentation for this struct was generated from the following file: