|
ad_map_access
|
#include <cmath>#include <iostream>#include <limits>#include <sstream>#include <stdexcept>#include "spdlog/fmt/ostr.h"#include "spdlog/spdlog.h"

Go to the source code of this file.
Classes | |
| class | ad::map::point::Latitude |
| DataType Latitude. More... | |
| class | std::numeric_limits<::ad::map::point::Latitude > |
| specialization of the std::numeric_limits for Latitude More... | |
Namespaces | |
| ad | |
| namespace ad | |
| ad::map | |
| namespace map | |
| ad::map::point | |
| namespace point | |
Macros | |
| #define | AD_MAP_POINT_LATITUDE_THROWS_EXCEPTION 1 |
| Define to indicate whether throwing exceptions is enabled. | |
| #define | _AD_MAP_POINT_LATITUDE_EXPLICIT_CONVERSION_ |
| Enable/Disable explicit conversion. Currently set to "implicit conversion allowed". | |
| #define | GEN_GUARD_AD_MAP_POINT_LATITUDE |
| protect the definition of functions from duplicates by typedef usage within other data types | |
Functions | |
| inline ::ad::map::point::Latitude | operator* (const double &other, ::ad::map::point::Latitude const &value) |
| standard arithmetic operator More... | |
| inline ::ad::map::point::Latitude | std::fabs (const ::ad::map::point::Latitude other) |
| overload of the std::fabs for Latitude | |
| std::ostream & | ad::map::point::operator<< (std::ostream &os, Latitude const &_value) |
| standard ostream operator More... | |
| std::string | std::to_string (::ad::map::point::Latitude const &value) |
| overload of the std::to_string for Latitude | |
Generated file
Generator Version : 11.0.0-1997
| inline ::ad::map::point::Latitude operator* | ( | const double & | other, |
| ::ad::map::point::Latitude const & | value | ||
| ) |
standard arithmetic operator
| [in] | other | Other Latitude as double value |
| [in] | value | Latitude value |
value or the result of the operation is not valid
1.8.17