ROOT  6.06/09
Reference Guide
Public Member Functions | Private Types | Private Member Functions | Private Attributes | Friends | List of all members
ROOT::Vc::Scalar::WriteMaskedVector< T > Class Template Reference

template<typename T>
class ROOT::Vc::Scalar::WriteMaskedVector< T >

Definition at line 29 of file writemaskedvector.h.

Public Member Functions

Vc_ALWAYS_INLINE Vector< T > & operator++ ()
 
Vc_ALWAYS_INLINE Vector< T > & operator-- ()
 
Vc_ALWAYS_INLINE Vector< T > operator++ (int)
 
Vc_ALWAYS_INLINE Vector< T > operator-- (int)
 
Vc_ALWAYS_INLINE Vector< T > & operator+= (Vector< T > x)
 
Vc_ALWAYS_INLINE Vector< T > & operator-= (Vector< T > x)
 
Vc_ALWAYS_INLINE Vector< T > & operator*= (Vector< T > x)
 
Vc_ALWAYS_INLINE Vector< T > & operator/= (Vector< T > x)
 
Vc_ALWAYS_INLINE Vector< T > & operator= (Vector< T > x)
 
Vc_ALWAYS_INLINE Vector< T > & operator+= (EntryType x)
 
Vc_ALWAYS_INLINE Vector< T > & operator-= (EntryType x)
 
Vc_ALWAYS_INLINE Vector< T > & operator*= (EntryType x)
 
Vc_ALWAYS_INLINE Vector< T > & operator/= (EntryType x)
 
Vc_ALWAYS_INLINE Vector< T > & operator= (EntryType x)
 
template<typename F >
Vc_ALWAYS_INLINE void call (const F &f) const
 
template<typename F >
Vc_ALWAYS_INLINE void call (F &f) const
 
template<typename F >
Vc_ALWAYS_INLINE Vector< T > apply (const F &f) const
 
template<typename F >
Vc_ALWAYS_INLINE Vector< T > apply (F &f) const
 

Private Types

typedef Vector< T >::Mask Mask
 
typedef Vector< T >::EntryType EntryType
 

Private Member Functions

Vc_ALWAYS_INLINE WriteMaskedVector (Vector< T > *v, Mask k)
 

Private Attributes

Vector< T > *const vec
 
Mask mask
 

Friends

class Vector< T >
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/vc/include/Vc/scalar/writemaskedvector.h>

+ Collaboration diagram for ROOT::Vc::Scalar::WriteMaskedVector< T >:

Member Typedef Documentation

template<typename T >
typedef Vector<T>::EntryType ROOT::Vc::Scalar::WriteMaskedVector< T >::EntryType
private

Definition at line 33 of file writemaskedvector.h.

template<typename T >
typedef Vector<T>::Mask ROOT::Vc::Scalar::WriteMaskedVector< T >::Mask
private

Definition at line 32 of file writemaskedvector.h.

Constructor & Destructor Documentation

template<typename T >
Vc_ALWAYS_INLINE ROOT::Vc::Scalar::WriteMaskedVector< T >::WriteMaskedVector ( Vector< T > *  v,
Mask  k 
)
inlineprivate

Definition at line 83 of file writemaskedvector.h.

Member Function Documentation

template<typename T >
template<typename F >
Vc_ALWAYS_INLINE Vector<T> ROOT::Vc::Scalar::WriteMaskedVector< T >::apply ( const F f) const
inline

Definition at line 68 of file writemaskedvector.h.

template<typename T >
template<typename F >
Vc_ALWAYS_INLINE Vector<T> ROOT::Vc::Scalar::WriteMaskedVector< T >::apply ( F f) const
inline

Definition at line 75 of file writemaskedvector.h.

template<typename T >
template<typename F >
Vc_ALWAYS_INLINE void ROOT::Vc::Scalar::WriteMaskedVector< T >::call ( const F f) const
inline

Definition at line 62 of file writemaskedvector.h.

template<typename T >
template<typename F >
Vc_ALWAYS_INLINE void ROOT::Vc::Scalar::WriteMaskedVector< T >::call ( F f) const
inline

Definition at line 65 of file writemaskedvector.h.

template<typename T >
Vc_ALWAYS_INLINE Vector<T>& ROOT::Vc::Scalar::WriteMaskedVector< T >::operator*= ( Vector< T >  x)
inline

Definition at line 44 of file writemaskedvector.h.

template<typename T >
Vc_ALWAYS_INLINE Vector<T>& ROOT::Vc::Scalar::WriteMaskedVector< T >::operator*= ( EntryType  x)
inline

Definition at line 54 of file writemaskedvector.h.

template<typename T >
Vc_ALWAYS_INLINE Vector<T>& ROOT::Vc::Scalar::WriteMaskedVector< T >::operator++ ( )
inline

Definition at line 36 of file writemaskedvector.h.

template<typename T >
Vc_ALWAYS_INLINE Vector<T> ROOT::Vc::Scalar::WriteMaskedVector< T >::operator++ ( int  )
inline

Definition at line 39 of file writemaskedvector.h.

template<typename T >
Vc_ALWAYS_INLINE Vector<T>& ROOT::Vc::Scalar::WriteMaskedVector< T >::operator+= ( Vector< T >  x)
inline

Definition at line 42 of file writemaskedvector.h.

template<typename T >
Vc_ALWAYS_INLINE Vector<T>& ROOT::Vc::Scalar::WriteMaskedVector< T >::operator+= ( EntryType  x)
inline

Definition at line 52 of file writemaskedvector.h.

template<typename T >
Vc_ALWAYS_INLINE Vector<T>& ROOT::Vc::Scalar::WriteMaskedVector< T >::operator-- ( )
inline

Definition at line 37 of file writemaskedvector.h.

template<typename T >
Vc_ALWAYS_INLINE Vector<T> ROOT::Vc::Scalar::WriteMaskedVector< T >::operator-- ( int  )
inline

Definition at line 40 of file writemaskedvector.h.

template<typename T >
Vc_ALWAYS_INLINE Vector<T>& ROOT::Vc::Scalar::WriteMaskedVector< T >::operator-= ( Vector< T >  x)
inline

Definition at line 43 of file writemaskedvector.h.

template<typename T >
Vc_ALWAYS_INLINE Vector<T>& ROOT::Vc::Scalar::WriteMaskedVector< T >::operator-= ( EntryType  x)
inline

Definition at line 53 of file writemaskedvector.h.

template<typename T >
Vc_ALWAYS_INLINE Vector<T>& ROOT::Vc::Scalar::WriteMaskedVector< T >::operator/= ( Vector< T >  x)
inline

Definition at line 45 of file writemaskedvector.h.

template<typename T >
Vc_ALWAYS_INLINE Vector<T>& ROOT::Vc::Scalar::WriteMaskedVector< T >::operator/= ( EntryType  x)
inline

Definition at line 55 of file writemaskedvector.h.

template<typename T >
Vc_ALWAYS_INLINE Vector<T>& ROOT::Vc::Scalar::WriteMaskedVector< T >::operator= ( Vector< T >  x)
inline

Definition at line 47 of file writemaskedvector.h.

template<typename T >
Vc_ALWAYS_INLINE Vector<T>& ROOT::Vc::Scalar::WriteMaskedVector< T >::operator= ( EntryType  x)
inline

Definition at line 57 of file writemaskedvector.h.

Friends And Related Function Documentation

template<typename T >
friend class Vector< T >
friend

Definition at line 31 of file writemaskedvector.h.

Member Data Documentation

template<typename T >
Mask ROOT::Vc::Scalar::WriteMaskedVector< T >::mask
private
template<typename T >
Vector<T>* const ROOT::Vc::Scalar::WriteMaskedVector< T >::vec
private

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