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

template<typename V, typename A>
class ROOT::Vc::VectorPointerHelperConst< 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 83 of file memorybase.h.

Public Member Functions

 VectorPointerHelperConst (const EntryType *ptr)
 
Vc_ALWAYS_INLINE Vc_PURE operator const V () const
 Cast to V operator. More...
 

Public Attributes

const 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::VectorPointerHelperConst< V, A >::EntryType
private

Definition at line 85 of file memorybase.h.

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

Definition at line 86 of file memorybase.h.

Constructor & Destructor Documentation

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

Definition at line 90 of file memorybase.h.

Member Function Documentation

template<typename V, typename A>
Vc_ALWAYS_INLINE Vc_PURE ROOT::Vc::VectorPointerHelperConst< 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 97 of file memorybase.h.

Member Data Documentation

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

Definition at line 88 of file memorybase.h.


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