STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::kla_detail::kla_visitor< Parent > Member List

This is the complete list of members for stapl::kla_detail::kla_visitor< Parent >, including all inherited members.

add_edge(descriptor_type const &source, descriptor_type const &target, edge_property const &ep=edge_property()) conststapl::kla_detail::kla_visitor< Parent >
degree(V &&v) conststapl::kla_detail::kla_visitor< Parent >
delete_edge(descriptor_type const &source, descriptor_type const &target) conststapl::kla_detail::kla_visitor< Parent >
derived_visitor(NeighborOp &&uf) conststapl::kla_detail::kla_visitor< Parent >
kla_visitor(Parent const &parent)stapl::kla_detail::kla_visitor< Parent >
level() const (defined in stapl::kla_detail::kla_visitor< Parent >)stapl::kla_detail::kla_visitor< Parent >
max_level() const (defined in stapl::kla_detail::kla_visitor< Parent >)stapl::kla_detail::kla_visitor< Parent >
visit(descriptor_type const &target, NeighborOp &&neighbor_op) conststapl::kla_detail::kla_visitor< Parent >
visit(descriptor_type const &target, NeighborOp &&neighbor_op, default_info) conststapl::kla_detail::kla_visitor< Parent >
visit_all_edges(Vertex source, NeighborOp &&neighbor_op) conststapl::kla_detail::kla_visitor< Parent >
visit_all_edges_if(Vertex &&source, NeighborOp &&neighbor_op, VisitPredicate &&pred) conststapl::kla_detail::kla_visitor< Parent >