Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dumper.hpp « generator - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b32e8199ad99cb2d78278d23801f41176e2d3e2 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "../std/string.hpp"

namespace feature
{
  void DumpTypes(string const & fPath);
  void DumpPrefixes(string const & fPath);
  void DumpSearchTokens(string const & fPath);
}