Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
16
generator/generator_tests/common.hpp
Normal file
16
generator/generator_tests/common.hpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#pragma once
|
||||
#include "generator/osm_element.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace generator_tests
|
||||
{
|
||||
|
||||
using Tags = std::vector<std::pair<std::string, std::string>>;
|
||||
|
||||
OsmElement MakeOsmElement(uint64_t id, Tags const & tags, OsmElement::EntityType t);
|
||||
|
||||
std::string GetFileName(std::string const & filename = {});
|
||||
|
||||
} // namespace generator_tests
|
||||
Loading…
Add table
Add a link
Reference in a new issue