complex< float > Struct Template Reference

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

Link against: libstdcppv5.lib

template <>
struct complex< float >
Public Member Type Definitions
typedef complex< float > _Self
typedeffloat value_type
Public Attributes
value_type _M_im
value_type _M_re
Public Member Functions
complex(value_type, value_type)
complex(const complex< float > &)
complex(const complex< double > &)
complex(const complex< long double > &)
_STLP_DECLSPEC void _STLP_CALL_div(const float &, const float &, const float &, const float &, float &, float &)
_STLP_DECLSPEC void _STLP_CALL_div(const float &, const float &, const float &, float &, float &)
value_type imag()
_Self &operator*=(value_type)
_Self &operator*=(const _Self &)
_Self &operator+=(value_type)
_Self &operator+=(const _Self &)
_Self &operator-=(value_type)
_Self &operator-=(const _Self &)
_Self &operator/=(value_type)
_Self &operator/=(const _Self &)
_Self &operator=(value_type)
_Self &operator=(const _Self &)
value_type real()

Member Type Definition Documentation

Typedef _Self

typedef complex< float >_Self

Typedef value_type

typedef floatvalue_type

Member Attribute Documentation

_M_im

value_type _M_im

_M_re

value_type _M_re

Constructor & Destructor Documentation

complex ( value_type, value_type )

complex(value_type__x = 0.0f,
value_type__y = 0.0f
)[inline]

complex ( const complex< float > & )

complex(const complex< float > &__z)[inline]

complex ( const complex< double > & )

complex(const complex< double > &__z)[inline, explicit]

complex ( const complex< long double > & )

complex(const complex< long double > &__z)[inline, explicit]

Member Function Documentation

_div ( const float &, const float &, const float &, const float &, float &, float & )

_STLP_DECLSPEC void _STLP_CALL_div(const float &__z1_r,
const float &__z1_i,
const float &__z2_r,
const float &__z2_i,
float &__res_r,
float &__res_i
)[static]

_div ( const float &, const float &, const float &, float &, float & )

_STLP_DECLSPEC void _STLP_CALL_div(const float &__z1_r,
const float &__z2_r,
const float &__z2_i,
float &__res_r,
float &__res_i
)[static]

imag ( )

value_type imag()const [inline]

operator*= ( value_type )

_Self &operator*=(value_type__x)[inline]

operator*= ( const _Self & )

_Self &operator*=(const _Self &__z)[inline]

operator+= ( value_type )

_Self &operator+=(value_type__x)[inline]

operator+= ( const _Self & )

_Self &operator+=(const _Self &__z)[inline]

operator-= ( value_type )

_Self &operator-=(value_type__x)[inline]

operator-= ( const _Self & )

_Self &operator-=(const _Self &__z)[inline]

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

//Changed from publishedAll

ParameterDescription
__z-

Returns: -

operator/= ( value_type )

_Self &operator/=(value_type__x)[inline]

operator/= ( const _Self & )

_Self &operator/=(const _Self &__z)[inline]

operator= ( value_type )

_Self &operator=(value_type__x)[inline]

operator= ( const _Self & )

_Self &operator=(const _Self &__z)[inline]

real ( )

value_type real()const [inline]