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

#include <Graph.h>

List of all members.

Public Member Functions

bool operator() (Edge e1, Edge e2) const


Detailed Description

Definition at line 163 of file Graph.h.


Member Function Documentation

bool llvm::EdgeCompare2::operator() Edge  e1,
Edge  e2
const [inline]
 

Definition at line 164 of file Graph.h.

References llvm::Edge::getFirst(), llvm::Edge::getRandId(), llvm::Edge::getSecond(), llvm::Edge::getWeight(), and llvm::Edge::isNull().


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