Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::math::ef::e_float Class Reference

#include <e_float.hpp>

Public Member Functions

 e_float ()
 
 e_float (const ::e_float &c)
 
 e_float (char c)
 
 e_float (wchar_t c)
 
 e_float (unsigned char c)
 
 e_float (signed char c)
 
 e_float (unsigned short c)
 
 e_float (short c)
 
 e_float (unsigned int c)
 
 e_float (int c)
 
 e_float (unsigned long c)
 
 e_float (long c)
 
 e_float (float c)
 
 e_float (double c)
 
 e_float (long double c)
 
e_floatoperator= (char c)
 
e_floatoperator= (unsigned char c)
 
e_floatoperator= (signed char c)
 
e_floatoperator= (wchar_t c)
 
e_floatoperator= (short c)
 
e_floatoperator= (unsigned short c)
 
e_floatoperator= (int c)
 
e_floatoperator= (unsigned int c)
 
e_floatoperator= (long c)
 
e_floatoperator= (unsigned long c)
 
e_floatoperator= (float c)
 
e_floatoperator= (double c)
 
e_floatoperator= (long double c)
 
::e_floatvalue ()
 
::e_float const & value () const
 
e_floatoperator+= (const e_float &other)
 
e_floatoperator-= (const e_float &other)
 
e_floatoperator*= (const e_float &other)
 
e_floatoperator/= (const e_float &other)
 
e_float operator- () const
 
e_float const & operator+ () const
 

Constructor & Destructor Documentation

boost::math::ef::e_float::e_float ( )
inline

Referenced by e_float(), and operator=().

boost::math::ef::e_float::e_float ( const ::e_float c)
inline
boost::math::ef::e_float::e_float ( char  c)
inline

References e_float().

boost::math::ef::e_float::e_float ( wchar_t  c)
inline

References e_float().

boost::math::ef::e_float::e_float ( unsigned char  c)
inline

References e_float().

boost::math::ef::e_float::e_float ( signed char  c)
inline

References e_float().

boost::math::ef::e_float::e_float ( unsigned short  c)
inline

References e_float().

boost::math::ef::e_float::e_float ( short  c)
inline

References e_float().

boost::math::ef::e_float::e_float ( unsigned int  c)
inline

References e_float().

boost::math::ef::e_float::e_float ( int  c)
inline

References e_float().

boost::math::ef::e_float::e_float ( unsigned long  c)
inline

References e_float().

boost::math::ef::e_float::e_float ( long  c)
inline

References e_float().

boost::math::ef::e_float::e_float ( float  c)
inline
boost::math::ef::e_float::e_float ( double  c)
inline
boost::math::ef::e_float::e_float ( long double  c)
inline

Member Function Documentation

e_float& boost::math::ef::e_float::operator*= ( const e_float other)
inline

References value().

e_float const& boost::math::ef::e_float::operator+ ( ) const
inline
e_float& boost::math::ef::e_float::operator+= ( const e_float other)
inline

References value().

e_float boost::math::ef::e_float::operator- ( ) const
inline
e_float& boost::math::ef::e_float::operator-= ( const e_float other)
inline

References value().

e_float& boost::math::ef::e_float::operator/= ( const e_float other)
inline

References value().

e_float& boost::math::ef::e_float::operator= ( char  c)
inline

References e_float().

e_float& boost::math::ef::e_float::operator= ( unsigned char  c)
inline

References e_float().

e_float& boost::math::ef::e_float::operator= ( signed char  c)
inline

References e_float().

e_float& boost::math::ef::e_float::operator= ( wchar_t  c)
inline

References e_float().

e_float& boost::math::ef::e_float::operator= ( short  c)
inline

References e_float().

e_float& boost::math::ef::e_float::operator= ( unsigned short  c)
inline

References e_float().

e_float& boost::math::ef::e_float::operator= ( int  c)
inline

References e_float().

e_float& boost::math::ef::e_float::operator= ( unsigned int  c)
inline

References e_float().

e_float& boost::math::ef::e_float::operator= ( long  c)
inline

References e_float().

e_float& boost::math::ef::e_float::operator= ( unsigned long  c)
inline

References e_float().

e_float& boost::math::ef::e_float::operator= ( float  c)
inline
e_float& boost::math::ef::e_float::operator= ( double  c)
inline
e_float& boost::math::ef::e_float::operator= ( long double  c)
inline
::e_float const& boost::math::ef::e_float::value ( ) const
inline

The documentation for this class was generated from the following file: