|
GeographicLib
1.35
|
Header for GeographicLib::Constants class. More...
#include <GeographicLib/Config.h>#include <stdexcept>#include <string>#include <GeographicLib/Math.hpp>Go to the source code of this file.
Classes | |
| class | GeographicLib::Constants |
| Constants needed by GeographicLib More... | |
| class | GeographicLib::GeographicErr |
| Exception handling for GeographicLib. More... | |
Namespaces | |
| GeographicLib | |
| Namespace for GeographicLib. | |
Macros | |
| #define | STATIC_ASSERT(cond, reason) { enum{ STATIC_ASSERT_ENUM = 1/int(cond) }; } |
| #define | GEOGRAPHICLIB_EXPORT |
Header for GeographicLib::Constants class.
Copyright (c) Charles Karney (2008-2011) charles@karney.com and licensed under the MIT/X11 License. For more information, see http://geographiclib.sourceforge.net/
Definition in file Constants.hpp.
| #define STATIC_ASSERT | ( | cond, | |
| reason | |||
| ) | { enum{ STATIC_ASSERT_ENUM = 1/int(cond) }; } |
A compile-time assert. Use C++11 static_assert, if available.
Definition at line 37 of file Constants.hpp.
Referenced by GeographicLib::Accumulator< real >::Accumulator(), GeographicLib::SphericalEngine::Circle(), GeographicLib::Geoid::Geoid(), GeographicLib::TransverseMercator::TransverseMercator(), and GeographicLib::SphericalEngine::Value().
| #define GEOGRAPHICLIB_EXPORT |
Definition at line 52 of file Constants.hpp.
1.8.6