dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Types | Static Protected Member Functions | Protected Attributes | List of all members
Dune::Fem::Double Class Reference

#include <dune/fem/misc/double.hh>

Public Member Functions

 operator double () const
 
 Double ()
 
 Double (const double value)
 
 Double (const ThisType &other)
 
ThisTypeoperator= (const ThisType other)
 
ThisTypeoperator+= (const ThisType other)
 
ThisTypeoperator-= (const ThisType other)
 
ThisTypeoperator*= (const ThisType other)
 
ThisTypeoperator/= (const ThisType other)
 
Double operator- () const
 

Static Public Member Functions

static std::string typeName ()
 

Protected Types

typedef FlOpCounter< ThisTypeFlOpCounterType
 

Static Protected Member Functions

static void flOp ()
 

Protected Attributes

double value_
 

Member Typedef Documentation

◆ FlOpCounterType

Constructor & Destructor Documentation

◆ Double() [1/3]

Dune::Fem::Double::Double ( )
inline

◆ Double() [2/3]

Dune::Fem::Double::Double ( const double  value)
inline

◆ Double() [3/3]

Dune::Fem::Double::Double ( const ThisType other)
inline

Member Function Documentation

◆ flOp()

static void Dune::Fem::Double::flOp ( )
inlinestaticprotected

◆ operator double()

Dune::Fem::Double::operator double ( ) const
inline

◆ operator*=()

ThisType & Dune::Fem::Double::operator*= ( const ThisType  other)
inline

◆ operator+=()

ThisType & Dune::Fem::Double::operator+= ( const ThisType  other)
inline

◆ operator-()

Double Dune::Fem::Double::operator- ( ) const
inline

◆ operator-=()

ThisType & Dune::Fem::Double::operator-= ( const ThisType  other)
inline

◆ operator/=()

ThisType & Dune::Fem::Double::operator/= ( const ThisType  other)
inline

◆ operator=()

ThisType & Dune::Fem::Double::operator= ( const ThisType  other)
inline

◆ typeName()

static std::string Dune::Fem::Double::typeName ( )
inlinestatic

Member Data Documentation

◆ value_

double Dune::Fem::Double::value_
protected

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