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

#include <std_real_concept.hpp>

Public Member Functions

 std_real_concept ()
 
 std_real_concept (char c)
 
 std_real_concept (wchar_t c)
 
 std_real_concept (unsigned char c)
 
 std_real_concept (signed char c)
 
 std_real_concept (unsigned short c)
 
 std_real_concept (short c)
 
 std_real_concept (unsigned int c)
 
 std_real_concept (int c)
 
 std_real_concept (unsigned long c)
 
 std_real_concept (long c)
 
 std_real_concept (float c)
 
 std_real_concept (double c)
 
 std_real_concept (long double c)
 
std_real_conceptoperator= (char c)
 
std_real_conceptoperator= (unsigned char c)
 
std_real_conceptoperator= (signed char c)
 
std_real_conceptoperator= (wchar_t c)
 
std_real_conceptoperator= (short c)
 
std_real_conceptoperator= (unsigned short c)
 
std_real_conceptoperator= (int c)
 
std_real_conceptoperator= (unsigned int c)
 
std_real_conceptoperator= (long c)
 
std_real_conceptoperator= (unsigned long c)
 
std_real_conceptoperator= (float c)
 
std_real_conceptoperator= (double c)
 
std_real_conceptoperator= (long double c)
 
std_real_concept_base_type value () const
 
std_real_conceptoperator+= (const std_real_concept &other)
 
std_real_conceptoperator-= (const std_real_concept &other)
 
std_real_conceptoperator*= (const std_real_concept &other)
 
std_real_conceptoperator/= (const std_real_concept &other)
 
std_real_concept operator- () const
 
std_real_concept const & operator+ () const
 

Constructor & Destructor Documentation

boost::math::concepts::std_real_concept::std_real_concept ( )
inline
boost::math::concepts::std_real_concept::std_real_concept ( char  c)
inline
boost::math::concepts::std_real_concept::std_real_concept ( wchar_t  c)
inline
boost::math::concepts::std_real_concept::std_real_concept ( unsigned char  c)
inline
boost::math::concepts::std_real_concept::std_real_concept ( signed char  c)
inline
boost::math::concepts::std_real_concept::std_real_concept ( unsigned short  c)
inline
boost::math::concepts::std_real_concept::std_real_concept ( short  c)
inline
boost::math::concepts::std_real_concept::std_real_concept ( unsigned int  c)
inline
boost::math::concepts::std_real_concept::std_real_concept ( int  c)
inline
boost::math::concepts::std_real_concept::std_real_concept ( unsigned long  c)
inline
boost::math::concepts::std_real_concept::std_real_concept ( long  c)
inline
boost::math::concepts::std_real_concept::std_real_concept ( float  c)
inline
boost::math::concepts::std_real_concept::std_real_concept ( double  c)
inline
boost::math::concepts::std_real_concept::std_real_concept ( long double  c)
inline

Member Function Documentation

std_real_concept& boost::math::concepts::std_real_concept::operator*= ( const std_real_concept other)
inline

References value().

std_real_concept const& boost::math::concepts::std_real_concept::operator+ ( ) const
inline
std_real_concept& boost::math::concepts::std_real_concept::operator+= ( const std_real_concept other)
inline

References value().

std_real_concept boost::math::concepts::std_real_concept::operator- ( ) const
inline
std_real_concept& boost::math::concepts::std_real_concept::operator-= ( const std_real_concept other)
inline

References value().

std_real_concept& boost::math::concepts::std_real_concept::operator/= ( const std_real_concept other)
inline

References value().

std_real_concept& boost::math::concepts::std_real_concept::operator= ( char  c)
inline
std_real_concept& boost::math::concepts::std_real_concept::operator= ( unsigned char  c)
inline
std_real_concept& boost::math::concepts::std_real_concept::operator= ( signed char  c)
inline
std_real_concept& boost::math::concepts::std_real_concept::operator= ( wchar_t  c)
inline
std_real_concept& boost::math::concepts::std_real_concept::operator= ( short  c)
inline
std_real_concept& boost::math::concepts::std_real_concept::operator= ( unsigned short  c)
inline
std_real_concept& boost::math::concepts::std_real_concept::operator= ( int  c)
inline
std_real_concept& boost::math::concepts::std_real_concept::operator= ( unsigned int  c)
inline
std_real_concept& boost::math::concepts::std_real_concept::operator= ( long  c)
inline
std_real_concept& boost::math::concepts::std_real_concept::operator= ( unsigned long  c)
inline
std_real_concept& boost::math::concepts::std_real_concept::operator= ( float  c)
inline
std_real_concept& boost::math::concepts::std_real_concept::operator= ( double  c)
inline
std_real_concept& boost::math::concepts::std_real_concept::operator= ( long double  c)
inline

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