complex Struct Reference
#include
<stdapis/stlportv5/stl/_complex.h>
Link against: libstdcppv5.lib
Public Member Functions |
---|
| complex() |
| complex(const value_type &) |
| complex(const value_type &, const value_type &) |
| complex(const _Self &) |
void _STLP_CALL | _div(const value_type &, const value_type &, const value_type &, const value_type &, value_type &, value_type &) |
void _STLP_CALL | _div(const value_type &, const value_type &, const value_type &, value_type &, value_type &) |
value_type
| imag() |
_Self & | operator*=(const value_type &) |
_Self & | operator*=(const _Self &) |
_Self & | operator+=(const value_type &) |
_Self & | operator+=(const _Self &) |
_Self & | operator-=(const value_type &) |
_Self & | operator-=(const _Self &) |
_Self & | operator/=(const value_type &) |
_Self & | operator/=(const _Self &) |
_Self & | operator=(const _Self &) |
_Self & | operator=(const value_type &) |
value_type
| real() |
Member Type Definition Documentation
Member Attribute Documentation
Constructor & Destructor Documentation
complex ( const value_type & )
complex ( const value_type &, const value_type & )
complex ( const _Self & )
complex | ( | const _Self & | __z | ) | [inline] |
Member Function Documentation
_div ( const value_type &, const value_type &, const value_type &, const value_type &, value_type &, value_type & )
_div ( const value_type &, const value_type &, const value_type &, value_type &, value_type & )
operator*= ( const value_type & )
operator*= ( const _Self & )
operator+= ( const value_type & )
operator+= ( const _Self & )
operator-= ( const value_type & )
operator-= ( const _Self & )
operator/= ( const value_type & )
operator/= ( const _Self & )
operator= ( const _Self & )
operator= ( const value_type & )