ROOT  6.06/09
Reference Guide
Public Member Functions | Public Attributes | Private Types | List of all members
ROOT::Vc::VectorPointerHelper< V, A > Class Template Reference

template<typename V, typename A>
class ROOT::Vc::VectorPointerHelper< V, A >

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 VectorPointerHelperoperator= (const T &x)
 

Public Attributes

EntryType *const m_ptr
 

Private Types

typedef V::EntryType EntryType
 
typedef V::Mask Mask
 

#include <Vc/Memory>

Member Typedef Documentation

template<typename V, typename A>
typedef V::EntryType ROOT::Vc::VectorPointerHelper< V, A >::EntryType
private

Definition at line 110 of file memorybase.h.

template<typename V, typename A>
typedef V::Mask ROOT::Vc::VectorPointerHelper< V, A >::Mask
private

Definition at line 111 of file memorybase.h.

Constructor & Destructor Documentation

template<typename V, typename A>
ROOT::Vc::VectorPointerHelper< V, A >::VectorPointerHelper ( EntryType ptr)
inlineexplicit

Definition at line 115 of file memorybase.h.

Member Function Documentation

template<typename V, typename A>
Vc_ALWAYS_INLINE Vc_PURE ROOT::Vc::VectorPointerHelper< V, A >::operator const V ( ) const
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.

template<typename V, typename A>
template<typename T >
Vc_ALWAYS_INLINE VectorPointerHelper& ROOT::Vc::VectorPointerHelper< V, A >::operator= ( const T &  x)
inline

Definition at line 125 of file memorybase.h.

Member Data Documentation

template<typename V, typename A>
EntryType* const ROOT::Vc::VectorPointerHelper< V, A >::m_ptr

Definition at line 113 of file memorybase.h.


The documentation for this class was generated from the following file: