Searched refs:ResourceCont (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/graph/test/ |
D | rcsp_custom_vertex_id.cpp | 56 class ResourceCont class 60 ResourceCont(const int res = 5) : res(res) {} in ResourceCont() function in ResourceCont 61 bool operator==(const ResourceCont& rc) const { return (res == rc.res); } in operator ==() 62 bool operator<(const ResourceCont& rc) const { return (res > rc.res); } in operator <() 68 bool operator()(const Graph& g, ResourceCont& rc, in operator ()() 69 const ResourceCont& old_rc, Edge e) const in operator ()() 79 bool operator()(const ResourceCont& rc1, const ResourceCont& rc2) const in operator ()() 111 typedef vector< ResourceCont > ParetoOpt; in main() 117 get(&EdgeProperty::id, g), v1, v2, op, ol, ResourceCont(5), LabelExt(), in main() 119 allocator< r_c_shortest_paths_label< Graph, ResourceCont > >(), in main()
|