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: efca59f8cb760f2aec66d6bc36eabc81e4c7e97e (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);
}