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::UseListConstIteratorWrapper Struct Reference

#include <Use.h>

Inheritance diagram for llvm::UseListConstIteratorWrapper:

Inheritance graph
[legend]
Collaboration diagram for llvm::UseListConstIteratorWrapper:

Collaboration graph
[legend]
List of all members.

Public Types

typedef iplist< Use >::const_iterator Super

Public Member Functions

 UseListConstIteratorWrapper ()
 UseListConstIteratorWrapper (const Super &RHS)
 UseListConstIteratorWrapper (const UseListIteratorWrapper &RHS)
 UseListConstIteratorWrapper (const iplist< Use >::iterator &RHS)
UseListConstIteratorWrapperoperator= (const Super &RHS)
const Useroperator * () const
const Useroperator-> () const
UseListConstIteratorWrapper operator-- ()
UseListConstIteratorWrapper operator++ ()
UseListConstIteratorWrapper operator-- (int)
UseListConstIteratorWrapper operator++ (int)

Detailed Description

Definition at line 124 of file Use.h.


Member Typedef Documentation

typedef iplist<Use>::const_iterator llvm::UseListConstIteratorWrapper::Super
 

Definition at line 125 of file Use.h.


Constructor & Destructor Documentation

llvm::UseListConstIteratorWrapper::UseListConstIteratorWrapper  )  [inline]
 

Definition at line 126 of file Use.h.

llvm::UseListConstIteratorWrapper::UseListConstIteratorWrapper const Super RHS  )  [inline]
 

Definition at line 127 of file Use.h.

llvm::UseListConstIteratorWrapper::UseListConstIteratorWrapper const UseListIteratorWrapper RHS  )  [inline]
 

Definition at line 130 of file Use.h.

llvm::UseListConstIteratorWrapper::UseListConstIteratorWrapper const iplist< Use >::iterator &  RHS  )  [inline]
 

Definition at line 131 of file Use.h.


Member Function Documentation

const User * llvm::UseListConstIteratorWrapper::operator *  )  const [inline]
 

Definition at line 165 of file Value.h.

References operator *().

Referenced by operator->().

UseListConstIteratorWrapper llvm::UseListConstIteratorWrapper::operator++ int   )  [inline]
 

Definition at line 149 of file Use.h.

UseListConstIteratorWrapper llvm::UseListConstIteratorWrapper::operator++  )  [inline]
 

Definition at line 142 of file Use.h.

UseListConstIteratorWrapper llvm::UseListConstIteratorWrapper::operator-- int   )  [inline]
 

Definition at line 144 of file Use.h.

UseListConstIteratorWrapper llvm::UseListConstIteratorWrapper::operator--  )  [inline]
 

Definition at line 141 of file Use.h.

const User* llvm::UseListConstIteratorWrapper::operator->  )  const [inline]
 

Definition at line 139 of file Use.h.

References operator *().

UseListConstIteratorWrapper& llvm::UseListConstIteratorWrapper::operator= const Super RHS  )  [inline]
 

Definition at line 133 of file Use.h.


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