Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members

BTreeAreaWireAnnealer::SlackInfo Class Reference

#include <btreeanneal.h>

Collaboration diagram for BTreeAreaWireAnnealer::SlackInfo:

Collaboration graph
[legend]
List of all members.

Public Member Functions

bool operator< (const SlackInfo &si) const

Public Attributes

double slack
int index

Member Function Documentation

bool BTreeAreaWireAnnealer::SlackInfo::operator< const SlackInfo si  )  const [inline]
 

Definition at line 143 of file btreeanneal.h.

References slack.

00144          {   return slack < si.slack; }


Member Data Documentation

int BTreeAreaWireAnnealer::SlackInfo::index
 

Definition at line 141 of file btreeanneal.h.

double BTreeAreaWireAnnealer::SlackInfo::slack
 

Definition at line 140 of file btreeanneal.h.

Referenced by operator<().


The documentation for this class was generated from the following file:
Generated on Mon Apr 25 01:13:42 2005 for Parquete by doxygen 1.3.2