ad_map_access
Classes | Namespaces | Macros | Functions
Longitude.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 Longitude.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ad::map::point::Longitude
 DataType Longitude. More...
 
class  std::numeric_limits<::ad::map::point::Longitude >
 specialization of the std::numeric_limits for Longitude More...
 

Namespaces

 ad
 namespace ad
 
 ad::map
 namespace map
 
 ad::map::point
 namespace point
 

Macros

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

Functions

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

Detailed Description

Generated file

Generator Version : 11.0.0-1997

Function Documentation

◆ operator*()

inline ::ad::map::point::Longitude operator* ( const double &  other,
::ad::map::point::Longitude const &  value 
)

standard arithmetic operator

Parameters
[in]otherOther Longitude as double value
[in]valueLongitude 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