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