ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes | List of all members
ROOT::Vc::AVX::ForeachHelper Struct Reference

Definition at line 177 of file mask.h.

Public Member Functions

Vc_ALWAYS_INLINE ForeachHelper (size_t _mask)
 
Vc_ALWAYS_INLINE bool outer () const
 
Vc_ALWAYS_INLINE bool inner ()
 
Vc_ALWAYS_INLINE void noBreak ()
 
Vc_ALWAYS_INLINE size_t next ()
 

Public Attributes

size_t mask
 
bool brk
 
bool outerBreak
 

#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/math/vc/include/Vc/avx/mask.h>

Constructor & Destructor Documentation

Vc_ALWAYS_INLINE ROOT::Vc::AVX::ForeachHelper::ForeachHelper ( size_t  _mask)
inline

Definition at line 182 of file mask.h.

Member Function Documentation

Vc_ALWAYS_INLINE bool ROOT::Vc::AVX::ForeachHelper::inner ( )
inline

Definition at line 184 of file mask.h.

Vc_ALWAYS_INLINE size_t ROOT::Vc::AVX::ForeachHelper::next ( )
inline

Definition at line 186 of file mask.h.

Vc_ALWAYS_INLINE void ROOT::Vc::AVX::ForeachHelper::noBreak ( )
inline

Definition at line 185 of file mask.h.

Vc_ALWAYS_INLINE bool ROOT::Vc::AVX::ForeachHelper::outer ( ) const
inline

Definition at line 183 of file mask.h.

Member Data Documentation

bool ROOT::Vc::AVX::ForeachHelper::brk

Definition at line 180 of file mask.h.

Referenced by inner().

size_t ROOT::Vc::AVX::ForeachHelper::mask

Definition at line 179 of file mask.h.

Referenced by next(), and outer().

bool ROOT::Vc::AVX::ForeachHelper::outerBreak

Definition at line 181 of file mask.h.

Referenced by next(), noBreak(), and outer().


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