complex< long double > Struct Template Reference

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

Link against: libstdcppv5.lib

template <>
struct complex< long double >
Public Member Type Definitions
typedef complex< long double > _Self
typedeflong double value_type
Public Attributes
value_type _M_im
value_type _M_re
Public Member Functions
complex(value_type, value_type)
complex(const complex< long double > &)
complex(const complex< float > &)
complex(const complex< double > &)
_STLP_DECLSPEC void _STLP_CALL_div(const long double &, const long double &, const long double &, const long double &, long double &, long double &)
_STLP_DECLSPEC void _STLP_CALL_div(const long double &, const long double &, const long double &, long double &, long double &)
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< long double >_Self

Typedef value_type

typedef long doublevalue_type

Member Attribute Documentation

_M_im

value_type _M_im

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.

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

_M_re

value_type _M_re

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.

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

Constructor & Destructor Documentation

complex ( value_type, value_type )

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

complex ( const complex< long double > & )

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

complex ( const complex< float > & )

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

complex ( const complex< double > & )

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

Member Function Documentation

_div ( const long double &, const long double &, const long double &, const long double &, long double &, long double & )

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

_div ( const long double &, const long double &, const long double &, long double &, long double & )

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

imag ( )

value_type imag()const [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.

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

Return Value
--

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]

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]

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.

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

Return Value
--