ad_physics
Classes | Namespaces | Macros | Functions
RatioValue.hpp File Reference
#include <cmath>
#include <iostream>
#include <limits>
#include <sstream>
#include <stdexcept>
#include "spdlog/fmt/ostr.h"
#include "spdlog/spdlog.h"
Include dependency graph for RatioValue.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ad::physics::RatioValue
 DataType RatioValue. More...
 
class  std::numeric_limits<::ad::physics::RatioValue >
 specialization of the std::numeric_limits for RatioValue More...
 

Namespaces

 ad
 namespace ad
 
 ad::physics
 namespace physics
 

Macros

#define AD_PHYSICS_RATIOVALUE_THROWS_EXCEPTION   1
 Define to indicate whether throwing exceptions is enabled.
 
#define _AD_PHYSICS_RATIOVALUE_EXPLICIT_CONVERSION_
 Enable/Disable explicit conversion. Currently set to "implicit conversion allowed".
 
#define GEN_GUARD_AD_PHYSICS_RATIOVALUE
 protect the definition of functions from duplicates by typedef usage within other data types
 

Functions

inline ::ad::physics::RatioValue operator* (const double &other, ::ad::physics::RatioValue const &value)
 standard arithmetic operator More...
 
inline ::ad::physics::RatioValue std::fabs (const ::ad::physics::RatioValue other)
 overload of the std::fabs for RatioValue
 
std::ostream & ad::physics::operator<< (std::ostream &os, RatioValue const &_value)
 standard ostream operator More...
 
std::string std::to_string (::ad::physics::RatioValue const &value)
 overload of the std::to_string for RatioValue
 

Detailed Description

Generated file

Generator Version : 11.0.0-1997

Function Documentation

◆ operator*()

inline ::ad::physics::RatioValue operator* ( const double &  other,
::ad::physics::RatioValue const &  value 
)

standard arithmetic operator

Parameters
[in]otherOther RatioValue as double value
[in]valueRatioValue value
Returns
Result of arithmetic operation.
Note
throws a std::out_of_range exception if value or the result of the operation is not valid