#include <stdapis/stlportv5/stl/_complex.h>
Link against: libstdcppv5.lib
template <> |
struct complex< long double > |
Public Member Type Definitions | |
---|---|
typedef | complex< long double > _Self |
typedef | long 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() |
typedef complex< long double > | _Self |
typedef long double | value_type |
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
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
complex | ( | value_type | __x = 0.0l, |
value_type | __y = 0.0l | ||
) | [inline] |
complex | ( | const complex< long double > & | __z | ) | [inline] |
complex | ( | const complex< float > & | __z | ) | [inline] |
complex | ( | const complex< double > & | __z | ) | [inline] |
_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] |
_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] |
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
_Self & | operator*= | ( | value_type | __x | ) | [inline] |
_Self & | operator+= | ( | value_type | __x | ) | [inline] |
_Self & | operator-= | ( | value_type | __x | ) | [inline] |
_Self & | operator/= | ( | value_type | __x | ) | [inline] |
_Self & | operator= | ( | value_type | __x | ) | [inline] |
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