LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::AliasSet::iterator Class Reference

Define an iterator for alias sets... this is just a forward iterator. More...

#include <AliasSetTracker.h>

Inheritance diagram for llvm::AliasSet::iterator:

Inheritance graph
[legend]
Collaboration diagram for llvm::AliasSet::iterator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 iterator (HashNodePair *CN=0)
bool operator== (const iterator &x) const
bool operator!= (const iterator &x) const
const iteratoroperator= (const iterator &I)
value_type & operator * () const
value_type * operator-> () const
ValuegetPointer () const
unsigned getSize () const
iteratoroperator++ ()
iterator operator++ (int)

Detailed Description

Define an iterator for alias sets... this is just a forward iterator.

Definition at line 162 of file AliasSetTracker.h.


Constructor & Destructor Documentation

llvm::AliasSet::iterator::iterator HashNodePair *  CN = 0  )  [inline]
 

Definition at line 165 of file AliasSetTracker.h.


Member Function Documentation

Value* llvm::AliasSet::iterator::getPointer  )  const [inline]
 

Definition at line 183 of file AliasSetTracker.h.

Referenced by llvm::AliasSetTracker::add(), and llvm::AliasSetTracker::remove().

unsigned llvm::AliasSet::iterator::getSize  )  const [inline]
 

Definition at line 184 of file AliasSetTracker.h.

Referenced by llvm::AliasSetTracker::add().

value_type& llvm::AliasSet::iterator::operator *  )  const [inline]
 

Definition at line 177 of file AliasSetTracker.h.

Referenced by operator->().

bool llvm::AliasSet::iterator::operator!= const iterator x  )  const [inline]
 

Definition at line 170 of file AliasSetTracker.h.

References operator==().

iterator llvm::AliasSet::iterator::operator++ int   )  [inline]
 

Definition at line 191 of file AliasSetTracker.h.

iterator& llvm::AliasSet::iterator::operator++  )  [inline]
 

Definition at line 186 of file AliasSetTracker.h.

value_type* llvm::AliasSet::iterator::operator->  )  const [inline]
 

Definition at line 181 of file AliasSetTracker.h.

References operator *().

const iterator& llvm::AliasSet::iterator::operator= const iterator I  )  [inline]
 

Definition at line 172 of file AliasSetTracker.h.

References CurNode.

bool llvm::AliasSet::iterator::operator== const iterator x  )  const [inline]
 

Definition at line 167 of file AliasSetTracker.h.

References CurNode.

Referenced by operator!=().


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