ROOT
6.07/01
Reference Guide
|
Helper class for the Memory::vector(size_t) class of functions.
You will never need to directly make use of this class. It is an implementation detail of the Memory API.
Definition at line 108 of file memorybase.h.
Public Member Functions | |
VectorPointerHelper (EntryType *ptr) | |
Vc_ALWAYS_INLINE Vc_PURE | operator const V () const |
Cast to V operator. More... | |
template<typename T > | |
Vc_ALWAYS_INLINE VectorPointerHelper & | operator= (const T &x) |
Public Attributes | |
EntryType *const | m_ptr |
Private Types | |
typedef V::EntryType | EntryType |
typedef V::Mask | Mask |
#include <Vc/Memory>
|
private |
Definition at line 110 of file memorybase.h.
|
private |
Definition at line 111 of file memorybase.h.
|
inlineexplicit |
Definition at line 115 of file memorybase.h.
|
inline |
Cast to V
operator.
This function allows to assign this object to any object of type V
.
Definition at line 122 of file memorybase.h.
|
inline |
Definition at line 125 of file memorybase.h.
EntryType* const ROOT::Vc::VectorPointerHelper< V, A >::m_ptr |
Definition at line 113 of file memorybase.h.
Referenced by ROOT::Vc::VectorPointerHelper< V, A >::operator const V(), and ROOT::Vc::VectorPointerHelper< V, A >::operator=().