STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::sequential::bgl_graph< BGL_Graph > Member List

This is the complete list of members for stapl::sequential::bgl_graph< BGL_Graph >, including all inherited members.

add_edge(const edge_descriptor &_ed)stapl::sequential::bgl_graph< BGL_Graph >
add_edge(const edge_descriptor &_ed, const edge_property &_p)stapl::sequential::bgl_graph< BGL_Graph >
add_vertex(void)stapl::sequential::bgl_graph< BGL_Graph >
add_vertex(vertex_property &_vp)stapl::sequential::bgl_graph< BGL_Graph >
adj_edge_iterator typedef (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >
begin()stapl::sequential::bgl_graph< BGL_Graph >
begin() conststapl::sequential::bgl_graph< BGL_Graph >
bgl_graph(size_t _nv=0)stapl::sequential::bgl_graph< BGL_Graph >
clear(void)stapl::sequential::bgl_graph< BGL_Graph >
const_adj_edge_iterator typedef (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >
const_edge_iterator typedef (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >
const_vertex_iterator typedef (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >
delete_edge(const edge_descriptor &_ed)stapl::sequential::bgl_graph< BGL_Graph >
delete_vertex(const vertex_descriptor &_vd)stapl::sequential::bgl_graph< BGL_Graph >
edge_descriptor typedef (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >
edge_iterator typedef (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >
edge_property typedef (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >
edges_begin()stapl::sequential::bgl_graph< BGL_Graph >
edges_begin() conststapl::sequential::bgl_graph< BGL_Graph >
edges_end()stapl::sequential::bgl_graph< BGL_Graph >
edges_end() conststapl::sequential::bgl_graph< BGL_Graph >
end()stapl::sequential::bgl_graph< BGL_Graph >
end() conststapl::sequential::bgl_graph< BGL_Graph >
find_edge(const edge_descriptor &_ed, vertex_iterator &_vi, adj_edge_iterator &_ei)stapl::sequential::bgl_graph< BGL_Graph >
find_edge(const edge_descriptor &_ed, const_vertex_iterator &_vi, const_adj_edge_iterator &_ei) conststapl::sequential::bgl_graph< BGL_Graph >
find_vertex(const vertex_descriptor &_vd) conststapl::sequential::bgl_graph< BGL_Graph >
find_vertex(const vertex_descriptor &_vd)stapl::sequential::bgl_graph< BGL_Graph >
get_max_descriptor() conststapl::sequential::bgl_graph< BGL_Graph >
get_num_edges() conststapl::sequential::bgl_graph< BGL_Graph >
get_num_vertices() conststapl::sequential::bgl_graph< BGL_Graph >
m_bgl_graph (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >protected
m_edge_id (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >protected
m_vdg (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >protected
update_descriptor(size_t &, const vertex_iterator)stapl::sequential::bgl_graph< BGL_Graph >
vdg_type typedef (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >
vertex_descriptor typedef (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >
vertex_iterator typedef (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >
vertex_property typedef (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >
~bgl_graph() (defined in stapl::sequential::bgl_graph< BGL_Graph >)stapl::sequential::bgl_graph< BGL_Graph >virtual