clang API Documentation

Public Member Functions | Friends
clang::ADLResult::iterator Class Reference

#include <Lookup.h>

Inheritance diagram for clang::ADLResult::iterator:
Inheritance graph
[legend]
Collaboration diagram for clang::ADLResult::iterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 iterator ()
iteratoroperator++ ()
iterator operator++ (int)
value_type operator* () const
bool operator== (const iterator &other) const
bool operator!= (const iterator &other) const

Friends

class ADLResult

Detailed Description

Definition at line 737 of file Lookup.h.


Constructor & Destructor Documentation

clang::ADLResult::iterator::iterator ( ) [inline]

Definition at line 745 of file Lookup.h.

Referenced by operator++().


Member Function Documentation

bool clang::ADLResult::iterator::operator!= ( const iterator other) const [inline]

Definition at line 753 of file Lookup.h.

value_type clang::ADLResult::iterator::operator* ( ) const [inline]

Definition at line 750 of file Lookup.h.

iterator& clang::ADLResult::iterator::operator++ ( ) [inline]

Definition at line 747 of file Lookup.h.

iterator clang::ADLResult::iterator::operator++ ( int  ) [inline]

Definition at line 748 of file Lookup.h.

References iterator().

bool clang::ADLResult::iterator::operator== ( const iterator other) const [inline]

Definition at line 752 of file Lookup.h.


Friends And Related Function Documentation

friend class ADLResult [friend]

Definition at line 742 of file Lookup.h.


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