clang API Documentation

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

#include <Lookup.h>

List of all members.

Public Member Functions

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

Friends

class ADLResult

Detailed Description

Definition at line 691 of file Lookup.h.


Constructor & Destructor Documentation

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

Definition at line 698 of file Lookup.h.

Referenced by operator++().


Member Function Documentation

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

Definition at line 706 of file Lookup.h.

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

Definition at line 703 of file Lookup.h.

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

Definition at line 700 of file Lookup.h.

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

Definition at line 701 of file Lookup.h.

References iterator().

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

Definition at line 705 of file Lookup.h.


Friends And Related Function Documentation

friend class ADLResult [friend]

Definition at line 695 of file Lookup.h.


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