std::tr1 Namespace Reference

Classes

Namespaces

Typedefs

Enumerations

Functions

Variables


Function Documentation

template<typename _Tp>
std::complex<_Tp> std::tr1::__complex_acos const std::complex< _Tp > &  __z  )  [inline]
 

acos(__z) [8.1.2].

Definition at line 60 of file complex.

References asin().

Referenced by acos().

template<typename _Tp>
std::complex<_Tp> std::tr1::__complex_acosh const std::complex< _Tp > &  __z  ) 
 

acosh(__z) [8.1.5].

Definition at line 176 of file complex.

References std::log(), and std::sqrt().

Referenced by acosh().

template<typename _Tp>
std::complex<_Tp> std::tr1::__complex_asin const std::complex< _Tp > &  __z  )  [inline]
 

asin(__z) [8.1.3].

Definition at line 96 of file complex.

References asinh().

Referenced by asin().

template<typename _Tp>
std::complex<_Tp> std::tr1::__complex_asinh const std::complex< _Tp > &  __z  ) 
 

asinh(__z) [8.1.6].

Definition at line 215 of file complex.

References std::log(), and std::sqrt().

Referenced by asinh().

template<typename _Tp>
std::complex<_Tp> std::tr1::__complex_atan const std::complex< _Tp > &  __z  ) 
 

atan(__z) [8.1.4].

Definition at line 132 of file complex.

References std::atan2(), and std::log().

Referenced by atan().

template<typename _Tp>
std::complex<_Tp> std::tr1::__complex_atanh const std::complex< _Tp > &  __z  ) 
 

atanh(__z) [8.1.7].

Definition at line 254 of file complex.

References std::atan2(), and std::log().

Referenced by atanh().

template<typename _Tp>
std::complex< _Tp > std::tr1::fabs const std::complex< _Tp > &   )  [inline]
 

fabs(__z) [8.1.8].

Definition at line 298 of file complex.

References std::abs().

template<typename _Tp, typename _Class>
_Mem_fn<_Tp _Class::*> std::tr1::mem_fn _Tp _Class::*  __pm  )  [inline]
 

Returns a function object that forwards to the member pointer pm.

Definition at line 503 of file tr1/functional.

Referenced by __callable_functor(), std::tr1::_Function_handler< void(...), _Member _Class::* >::_M_invoke(), and std::tr1::_Function_handler< _Res(...), _Member _Class::* >::_M_invoke().

template<typename _Signature>
bool std::tr1::operator!= _M_clear_type *  ,
const function< _Signature > &  __f
[inline]
 

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 1072 of file tr1/functional.

template<typename _Signature>
bool std::tr1::operator!= const function< _Signature > &  __f,
_M_clear_type * 
[inline]
 

Compares a polymorphic function object wrapper against 0 (the NULL pointer).

Returns:
false if the wrapper has no target, true otherwise
This function will not throw an exception.

Definition at line 1062 of file tr1/functional.

template<typename _CharT, typename _Traits>
std::basic_ostream<_CharT, _Traits>& std::tr1::operator<< std::basic_ostream< _CharT, _Traits > &  __os,
const bernoulli_distribution &  __x
 

Inserts a bernoulli_distribution random number distribution __x into the output stream __os.

Parameters:
__os An output stream.
__x A bernoulli_distribution random number distribution.
Returns:
The output stream with the state of __x inserted or in an error state.

Definition at line 793 of file random.tcc.

template<typename _Signature>
bool std::tr1::operator== _M_clear_type *  ,
const function< _Signature > &  __f
[inline]
 

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 1048 of file tr1/functional.

template<typename _Signature>
bool std::tr1::operator== const function< _Signature > &  __f,
_M_clear_type * 
[inline]
 

Compares a polymorphic function object wrapper against 0 (the NULL pointer).

Returns:
true if the wrapper has no target, false otherwise
This function will not throw an exception.

Definition at line 1038 of file tr1/functional.

template<typename _Signature>
void std::tr1::swap function< _Signature > &  __x,
function< _Signature > &  __y
[inline]
 

Swap the targets of two polymorphic function object wrappers.

This function will not throw an exception.

Definition at line 1086 of file tr1/functional.


Generated on Mon Jun 2 20:47:22 2008 for libstdc++ by  doxygen 1.4.6