#include <AMReX_Particle.H>
Public Member Functions | |
~ParticleCPUWrapper () noexcept=default | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE | ParticleCPUWrapper (uint64_t &idata) noexcept |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE | ParticleCPUWrapper (const ParticleCPUWrapper &rhs)=default |
ParticleCPUWrapper (ParticleCPUWrapper &&)=delete | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE ParticleCPUWrapper & | operator= (const ParticleCPUWrapper &pcpuw) noexcept |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE ParticleCPUWrapper & | operator= (ParticleCPUWrapper &&pcpuw) noexcept |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE ParticleCPUWrapper & | operator= (const int cpu) noexcept |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE | operator int () const noexcept |
Public Attributes | |
uint64_t * | m_idata |
|
defaultnoexcept |
|
inlinenoexcept |
|
default |
|
delete |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
uint64_t* amrex::ParticleCPUWrapper::m_idata |