wrapper for the pinned host memory region More...
Public Types | |
typedef std::shared_ptr< PinnedHostBuffer< T > > | ptr |
Public Member Functions | |
PinnedHostBuffer (size_t elementCount) | |
virtual | ~PinnedHostBuffer () |
operator T* () | |
operator const T * () const | |
Protected Attributes | |
T * | mBuffer |
wrapper for the pinned host memory region
typedef std::shared_ptr<PinnedHostBuffer<T> > nmtSample::PinnedHostBuffer< T >::ptr |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
protected |