16#ifndef Array_base_included
17#define Array_base_included
27enum class RESIZE_OPTIONS { NOCOPY_NOINIT, COPY_NOINIT, COPY_INIT };
30enum class STORAGE { STANDARD, TEMP_STORAGE };
33enum class DataLocation { HostOnly, Host, Device, HostDevice, PartialHostDevice };
42 Declare_base_sans_constructeur_ni_destructeur(
Array_base);
Empty class used as a base for all the arrays.
: This class is an OWN_PTR but the pointed object is shared among multiple
Objet_U()
Default constructor: assigns a unique identifier to the object (object_id_) and registers the object ...