Skip to content

DevViewPolicy

#include <storage.hh>
struct DevViewPolicy

Defined in src/lib/ncarray/storage.hh:145

Inherits: StoragePolicy< DevViewPolicy >, ViewTag

Name Kind Owner
storage_repr function Declared here
MemType typedef Declared here
StoragePolicy function Inherited from StoragePolicy
StoragePolicy function Inherited from StoragePolicy
data function Inherited from StoragePolicy
itemsize function Inherited from StoragePolicy
dtype function Inherited from StoragePolicy
read_only function Inherited from StoragePolicy
storage_repr function Inherited from StoragePolicy
m_dtype variable Inherited from StoragePolicy
m_data variable Inherited from StoragePolicy
m_read_only variable Inherited from StoragePolicy
MemType typedef Inherited from StoragePolicy
Kind Name Description
function StoragePolicy Defaulted constructor.
function StoragePolicy inline
function data const inline
function itemsize const inline
function dtype const inline
function read_only const inline
function storage_repr const inline The repr functions return a string to identify the storage policy when writing out string representations of the array.
variable m_dtype
variable m_data
variable m_read_only
typedef MemType
Return Name Description
NCA_HD const char * storage_repr const inline

const inline

inline NCA_HD const char * storage_repr() const

Defined in src/lib/ncarray/storage.hh:149

Name Description
MemType

using MemType = DevTag

Defined in src/lib/ncarray/storage.hh:147