XGC1
|
#include <host_array.hpp>
Public Member Functions | |
KOKKOS_INLINE_FUNCTION | HostArray () |
HostArray (size_t n_in) | |
KOKKOS_INLINE_FUNCTION | ~HostArray () |
KOKKOS_INLINE_FUNCTION | HostArray (const HostArray &other) |
KOKKOS_INLINE_FUNCTION HostArray & | operator= (const HostArray &other) |
HostArray (HostArray &&other) noexcept | |
HostArray & | operator= (HostArray &&other) noexcept |
const T & | operator() (int i) const |
T & | operator() (int i) |
size_t | size () const |
Private Attributes | |
T * | array |
bool | owns_array |
size_t | n |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |