Home
last modified time | relevance | path

Searched defs:edge_list_storage (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/planar_detail/
Dface_handles.hpp121 struct edge_list_storage< no_embedding, Edge > struct
123 typedef void type;
125 void push_back(Edge) {} in push_back()
126 void push_front(Edge) {} in push_front()
127 void reverse() {} in reverse()
128 void concat_front(edge_list_storage< no_embedding, Edge >) {} in concat_front()
129 void concat_back(edge_list_storage< no_embedding, Edge >) {} in concat_back()
130 template < typename OutputIterator > void get_list(OutputIterator) in get_list()
136 struct edge_list_storage< recursive_lazy_list, Edge > struct
138 typedef lazy_list_node< Edge > node_type;
[all …]