gslice_array Class Reference

#include <stdapis/stlportv5/stl/_valarray.h>

class gslice_array
Public Member Type Definitions
typedef_Tp value_type
Public Member Functions
~gslice_array()
voidoperator%=(const valarray< value_type > &)
voidoperator&=(const valarray< value_type > &)
voidoperator*=(const valarray< value_type > &)
voidoperator+=(const valarray< value_type > &)
voidoperator-=(const valarray< value_type > &)
voidoperator/=(const valarray< value_type > &)
voidoperator<<=(const valarray< value_type > &)
voidoperator=(const valarray< value_type > &)
voidoperator=(const value_type &)
voidoperator>>=(const valarray< value_type > &)
voidoperator^=(const valarray< value_type > &)
voidoperator|=(const valarray< value_type > &)

Member Type Definition Documentation

Typedef value_type

typedef _Tpvalue_type

Constructor & Destructor Documentation

~gslice_array ( )

~gslice_array()[inline]

Member Function Documentation

operator%= ( const valarray< value_type > & )

voidoperator%=(const valarray< value_type > &__x)const [inline]

operator&= ( const valarray< value_type > & )

voidoperator&=(const valarray< value_type > &__x)const [inline]

operator*= ( const valarray< value_type > & )

voidoperator*=(const valarray< value_type > &__x)const [inline]

operator+= ( const valarray< value_type > & )

voidoperator+=(const valarray< value_type > &__x)const [inline]

operator-= ( const valarray< value_type > & )

voidoperator-=(const valarray< value_type > &__x)const [inline]

operator/= ( const valarray< value_type > & )

voidoperator/=(const valarray< value_type > &__x)const [inline]

operator<<= ( const valarray< value_type > & )

voidoperator<<=(const valarray< value_type > &__x)const [inline]

operator= ( const valarray< value_type > & )

voidoperator=(const valarray< value_type > &__x)const [inline]

operator= ( const value_type & )

voidoperator=(const value_type &__c)[inline]

operator>>= ( const valarray< value_type > & )

voidoperator>>=(const valarray< value_type > &__x)const [inline]

operator^= ( const valarray< value_type > & )

voidoperator^=(const valarray< value_type > &__x)const [inline]

operator|= ( const valarray< value_type > & )

voidoperator|=(const valarray< value_type > &__x)const [inline]