OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
memory_thrust_c< T > Class Template Reference

This class is a container for the memory interface. More...

Detailed Description

template<typename T>
class memory_thrust_c< T >

This class is a container for the memory interface.

This class is a container for the memory interface with thrust.

See Also
memory_c for further explanation

Definition at line 23 of file memory_thrust_c.hpp.

#include <memory_thrust_c.hpp>

Private Member Functions

 memory_c ()
 constructor
 

Private Attributes

thrust::device_vector< T > mem
 compile time specialization object that allocate memory
 
memory_array< T > mem_r
 object that represent the memory as an array of objects T
 

The documentation for this class was generated from the following file: