STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::skeletons::taskgraph_env< TGV > Member List

This is the complete list of members for stapl::skeletons::taskgraph_env< TGV >, including all inherited members.

get_num_PEs() const (defined in stapl::skeletons::taskgraph_env< TGV >)stapl::skeletons::taskgraph_env< TGV >
get_PE_id() const (defined in stapl::skeletons::taskgraph_env< TGV >)stapl::skeletons::taskgraph_env< TGV >
init_location_info(std::size_t num_PEs, runtime::location_id loc_id) (defined in stapl::skeletons::taskgraph_env< TGV >)stapl::skeletons::taskgraph_env< TGV >
post_spawn(Args &&...) const (defined in stapl::skeletons::taskgraph_env< TGV >)stapl::skeletons::taskgraph_env< TGV >
pre_spawn(Args &&...) const (defined in stapl::skeletons::taskgraph_env< TGV >)stapl::skeletons::taskgraph_env< TGV >
set_num_succs(std::size_t tid, std::size_t num_succs) const (defined in stapl::skeletons::taskgraph_env< TGV >)stapl::skeletons::taskgraph_env< TGV >
spawn_element(std::size_t tid, std::size_t result_id, WF &&wf, Mapper &&mapper, std::size_t num_succs, In &&... in)stapl::skeletons::taskgraph_env< TGV >
spawn_element(std::size_t tid, std::size_t result_id, wrapped_skeleton< S, tags::nested_execution< Reducer >, ExecutionParams, B > const &wf, Mapper &&mapper, std::size_t num_succs, In &&... in)stapl::skeletons::taskgraph_env< TGV >
spawn_element(std::size_t tid, std::size_t result_id, std::vector< std::size_t > const &notifications, WF &&wf, Mapper &&mapper, std::size_t num_succs, In &&... in)stapl::skeletons::taskgraph_env< TGV >
spawn_farm_element(WF &&wf, Farm &&farm, In &&... in)stapl::skeletons::taskgraph_env< TGV >
taskgraph_env(TGV tgv) (defined in stapl::skeletons::taskgraph_env< TGV >)stapl::skeletons::taskgraph_env< TGV >explicit