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

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

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

namespace pl
{
  void EnumerateFilesByRegExp(string const & directory, string const & regexp,
                              vector<string> & res);
}