ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
ptr.h File Reference
#include <unordered_map>
#include <mutex>
#include "ttg/parsec/ttg_data_copy.h"
#include "ttg/parsec/thread_local.h"
#include "ttg/parsec/task.h"
Include dependency graph for ptr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ttg_parsec::detail::ptr_impl
 
struct  ttg_parsec::Ptr< T >
 

Namespaces

namespace  ttg_parsec
 this contains PaRSEC-based TTG functionality
 
namespace  ttg_parsec::detail
 

Functions

template<typename Value >
ttg_data_copy_tttg_parsec::detail::create_new_datacopy (Value &&value)
 
template<typename T >
ttg_parsec::detail::ttg_data_copy_tttg_parsec::detail::get_copy (ttg_parsec::Ptr< T > &p)
 
template<typename T , typename... Args>
Ptr< T > ttg_parsec::make_ptr (Args &&... args)
 
template<typename T >
Ptr< std::decay_t< T > > ttg_parsec::get_ptr (T &&obj)
 
template<typename T >
detail::ttg_data_copy_tttg_parsec::detail::get_copy (ttg_parsec::Ptr< T > &p)