Cinder  0.9.1
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
glm::detail::_swizzle_base2< ValueType, P, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS > Struct Template Reference

#include <_swizzle.hpp>

Inherits glm::detail::_swizzle_base1< ValueType, P, VecType, E0, E1, E2, E3, N >.

Public Types

typedef VecType vec_type
 
typedef ValueType value_type
 

Public Member Functions

GLM_FUNC_QUALIFIER _swizzle_base2operator= (const ValueType &t)
 
GLM_FUNC_QUALIFIER _swizzle_base2operator= (const VecType &that)
 
GLM_FUNC_QUALIFIER void operator-= (const VecType &that)
 
GLM_FUNC_QUALIFIER void operator+= (const VecType &that)
 
GLM_FUNC_QUALIFIER void operator*= (const VecType &that)
 
GLM_FUNC_QUALIFIER void operator/= (const VecType &that)
 
GLM_FUNC_QUALIFIER value_typeoperator[] (size_t i)
 
GLM_FUNC_QUALIFIER value_type operator[] (size_t i) const
 

Protected Member Functions

template<typename T >
GLM_FUNC_QUALIFIER void _apply_op (const VecType &that, T op)
 
GLM_FUNC_QUALIFIER value_typeelem (size_t i)
 
GLM_FUNC_QUALIFIER const value_typeelem (size_t i) const
 

Protected Attributes

char _buffer [1]
 

Member Typedef Documentation

template<typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
typedef VecType glm::detail::_swizzle_base2< ValueType, P, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::vec_type
template<typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
typedef ValueType glm::detail::_swizzle_base2< ValueType, P, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::value_type

Member Function Documentation

template<typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
GLM_FUNC_QUALIFIER _swizzle_base2& glm::detail::_swizzle_base2< ValueType, P, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator= ( const ValueType &  t)
template<typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
GLM_FUNC_QUALIFIER _swizzle_base2& glm::detail::_swizzle_base2< ValueType, P, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator= ( const VecType &  that)
template<typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
GLM_FUNC_QUALIFIER void glm::detail::_swizzle_base2< ValueType, P, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator-= ( const VecType &  that)
template<typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
GLM_FUNC_QUALIFIER void glm::detail::_swizzle_base2< ValueType, P, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator+= ( const VecType &  that)
template<typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
GLM_FUNC_QUALIFIER void glm::detail::_swizzle_base2< ValueType, P, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator*= ( const VecType &  that)
template<typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
GLM_FUNC_QUALIFIER void glm::detail::_swizzle_base2< ValueType, P, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator/= ( const VecType &  that)
template<typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
GLM_FUNC_QUALIFIER value_type& glm::detail::_swizzle_base2< ValueType, P, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator[] ( size_t  i)
template<typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
GLM_FUNC_QUALIFIER value_type glm::detail::_swizzle_base2< ValueType, P, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator[] ( size_t  i) const
template<typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
template<typename T >
GLM_FUNC_QUALIFIER void glm::detail::_swizzle_base2< ValueType, P, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::_apply_op ( const VecType &  that,
op 
)
protected
GLM_FUNC_QUALIFIER value_type& glm::detail::_swizzle_base0< ValueType , N >::elem ( size_t  i)
protectedinherited
GLM_FUNC_QUALIFIER const value_type& glm::detail::_swizzle_base0< ValueType , N >::elem ( size_t  i) const
protectedinherited

Member Data Documentation

char glm::detail::_swizzle_base0< ValueType , N >::_buffer[1]
protectedinherited

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