MapLibre Native Core
|
#include <mbgl/util/constants.hpp>
#include <cmath>
#include <cstdint>
#include <array>
#include <tuple>
#include <forward_list>
#include <algorithm>
#include <iosfwd>
#include <cassert>
Go to the source code of this file.
Classes | |
class | mbgl::CanonicalTileID |
class | mbgl::OverscaledTileID |
class | mbgl::UnwrappedTileID |
Namespaces | |
mbgl | |
mbgl::util | |
std | |
Functions | |
::std::ostream & | mbgl::operator<< (::std::ostream &os, const CanonicalTileID &rhs) |
std::string | mbgl::util::toString (const CanonicalTileID &) |
::std::ostream & | mbgl::operator<< (::std::ostream &os, const OverscaledTileID &rhs) |
std::string | mbgl::util::toString (const OverscaledTileID &) |
::std::ostream & | mbgl::operator<< (::std::ostream &os, const UnwrappedTileID &rhs) |
std::string | mbgl::util::toString (const UnwrappedTileID &) |