#include <opt_cfg_trans.h>

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 |
Definition at line 666 of file opt_cfg_trans.h.
| 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] |
| path_type::path_type | ( | path_type & | path | ) | [inline] |
Definition at line 675 of file opt_cfg_trans.h.
| vertex_id path_type::first_bb | ( | ) | const [inline] |
| vertex_id path_type::last_bb | ( | ) | const [inline] |
| vector<int> path_type::bbs |
| double path_type::wt |
Definition at line 668 of file opt_cfg_trans.h.
1.5.6