1 #ifndef _RE2C_IR_SKELETON_WAY_
2 #define _RE2C_IR_SKELETON_WAY_
12 typedef std::vector<std::pair<uint32_t, uint32_t> >
way_arc_t;
13 typedef std::vector<const way_arc_t *>
way_t;
15 bool cmp_ways (
const way_t & w1,
const way_t & w2);
20 #endif // _RE2C_IR_SKELETON_WAY_
std::vector< const way_arc_t * > way_t
void fprint_way(FILE *f, const way_t &w)
std::vector< std::pair< uint32_t, uint32_t > > way_arc_t
bool cmp_ways(const way_t &w1, const way_t &w2)