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

Inheritance diagram for llvm::RefVec:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef std::vector< std::pair<
SchedGraphNode *, int
> >::iterator 
iterator
typedef std::vector< std::pair<
SchedGraphNode *, int
> >::const_iterator 
const_iterator

Detailed Description

Definition at line 35 of file SchedGraph.cpp.


Member Typedef Documentation

typedef std::vector<std::pair<SchedGraphNode*,int> >::const_iterator llvm::RefVec::const_iterator
 

Definition at line 38 of file SchedGraph.cpp.

typedef std::vector<std::pair<SchedGraphNode*,int> >::iterator llvm::RefVec::iterator
 

Definition at line 36 of file SchedGraph.cpp.


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