Generic SIMD Intrinsic Library API  0.6
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Public Member Functions | Public Attributes | List of all members
vsx::svec< 4, bool >::Helper Struct Reference

A special helper class to support customized subscript[] operations. More...

#include <power_vsx4.h>

Public Member Functions

 Helper (svec< 4, bool > *p_vec, int index)
 
void operator= (uint32_t value)
 
void operator= (Helper helper)
 
 operator uint32_t () const
 

Public Attributes

int m_index
 
svec< 4,bool > * m_self
 

Detailed Description

template<>
struct vsx::svec< 4, bool >::Helper

A special helper class to support customized subscript[] operations.

Constructor & Destructor Documentation

vsx::svec< 4, bool >::Helper::Helper ( svec< 4, bool > *  p_vec,
int  index 
)

Member Function Documentation

vsx::svec< 4, bool >::Helper::operator uint32_t ( ) const
void vsx::svec< 4, bool >::Helper::operator= ( uint32_t  value)
void vsx::svec< 4, bool >::Helper::operator= ( Helper  helper)

Member Data Documentation

int vsx::svec< 4, bool >::Helper::m_index
svec< 4 ,bool>* vsx::svec< 4, bool >::Helper::m_self

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