#include <mask_array.h>
Collaboration diagram for std::mask_array< _Tp >:
Public Types | |
typedef _Tp | value_type |
Public Methods | |
void | operator= (const valarray< _Tp > &) const |
void | operator *= (const valarray< _Tp > &) const |
void | operator/= (const valarray< _Tp > &) const |
void | operator%= (const valarray< _Tp > &) const |
void | operator+= (const valarray< _Tp > &) const |
void | operator-= (const valarray< _Tp > &) const |
void | operator^= (const valarray< _Tp > &) const |
void | operator &= (const valarray< _Tp > &) const |
void | operator|= (const valarray< _Tp > &) const |
void | operator<<= (const valarray< _Tp > &) const |
void | operator>>= (const valarray< _Tp > &) const |
void | operator= (const _Tp &) |
template<class _Dom> void | operator= (const _Expr< _Dom, _Tp > &) const |
template<class _Dom> void | operator *= (const _Expr< _Dom, _Tp > &) const |
template<class _Dom> void | operator/= (const _Expr< _Dom, _Tp > &) const |
template<class _Dom> void | operator%= (const _Expr< _Dom, _Tp > &) const |
template<class _Dom> void | operator+= (const _Expr< _Dom, _Tp > &) const |
template<class _Dom> void | operator-= (const _Expr< _Dom, _Tp > &) const |
template<class _Dom> void | operator^= (const _Expr< _Dom, _Tp > &) const |
template<class _Dom> void | operator &= (const _Expr< _Dom, _Tp > &) const |
template<class _Dom> void | operator|= (const _Expr< _Dom, _Tp > &) const |
template<class _Dom> void | operator<<= (const _Expr< _Dom, _Tp > &) const |
template<class _Dom> void | operator>>= (const _Expr< _Dom, _Tp > &) const |
Private Methods | |
mask_array (_Array< _Tp >, size_t, _Array< bool >) | |
mask_array (const mask_array &) | |
mask_array () | |
mask_array & | operator= (const mask_array &) |
Private Attributes | |
const size_t | _M_sz |
const _Array< bool > | _M_mask |
const _Array< _Tp > | _M_array |
Friends | |
class | valarray< _Tp > |
|
Definition at line 42 of file mask_array.h. |
|
Definition at line 104 of file mask_array.h. |
|
Definition at line 99 of file mask_array.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 123 of file mask_array.h. References std::__valarray_copy(), std::mask_array< _Tp >::_M_array, std::mask_array< _Tp >::_M_mask, and std::_Expr< _Clos, _Tp >::size(). |
|
Definition at line 112 of file mask_array.h. References std::__valarray_fill(), std::mask_array< _Tp >::_M_array, std::mask_array< _Tp >::_M_mask, and std::mask_array< _Tp >::_M_sz. |
|
Definition at line 117 of file mask_array.h. References std::__valarray_copy(), std::mask_array< _Tp >::_M_array, and std::mask_array< _Tp >::_M_mask. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 84 of file mask_array.h. |
|
Definition at line 88 of file mask_array.h. Referenced by std::valarray< _Tp >::operator=(), and std::mask_array< _Tp >::operator=(). |
|
Definition at line 87 of file mask_array.h. Referenced by std::valarray< _Tp >::operator=(), and std::mask_array< _Tp >::operator=(). |
|
Definition at line 86 of file mask_array.h. Referenced by std::mask_array< _Tp >::operator=(). |