path_type Type Reference

#include <opt_cfg_trans.h>

Collaboration diagram for path_type:

Collaboration graph
[legend]

Public Member Functions

vertex_id first_bb () const
vertex_id last_bb () const
void add_bb (vertex_id v)
 path_type ()
 path_type (vertex_id v, double w)
 path_type (path_type &path)

Data Fields

vector< int > bbs
double wt

Detailed Description

Definition at line 666 of file opt_cfg_trans.h.


Constructor & Destructor Documentation

path_type::path_type (  )  [inline]

Definition at line 673 of file opt_cfg_trans.h.

path_type::path_type ( vertex_id  v,
double  w 
) [inline]

Definition at line 674 of file opt_cfg_trans.h.

References add_bb().

path_type::path_type ( path_type path  )  [inline]

Definition at line 675 of file opt_cfg_trans.h.


Member Function/Subroutine Documentation

vertex_id path_type::first_bb (  )  const [inline]

Definition at line 669 of file opt_cfg_trans.h.

References bbs.

vertex_id path_type::last_bb (  )  const [inline]

Definition at line 670 of file opt_cfg_trans.h.

References bbs.

void path_type::add_bb ( vertex_id  v  )  [inline]

Definition at line 671 of file opt_cfg_trans.h.

References bbs.

Referenced by path_type().


Field Documentation

vector<int> path_type::bbs

Definition at line 667 of file opt_cfg_trans.h.

Referenced by add_bb(), first_bb(), and last_bb().

double path_type::wt

Definition at line 668 of file opt_cfg_trans.h.


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

Generated on Wed Apr 8 16:59:43 2009 for Open64 by  doxygen 1.5.6