Searched defs:ENAME (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/graph/ |
D | iteration_macros.hpp | 88 #define BGL_FORALL_EDGES_T(ENAME, GNAME, GraphType) \ argument 101 #define BGL_FORALL_EDGES(ENAME, GNAME, GraphType) \ argument 142 #define BGL_FORALL_OUTEDGES_T(UNAME, ENAME, GNAME, GraphType) \ argument 156 #define BGL_FORALL_OUTEDGES(UNAME, ENAME, GNAME, GraphType) \ argument 169 #define BGL_FORALL_INEDGES_T(UNAME, ENAME, GNAME, GraphType) \ argument 183 #define BGL_FORALL_INEDGES(UNAME, ENAME, GNAME, GraphType) \ argument
|