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: ba86d2979da24a081053af6cf1d1af185ec96635 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <string>
#include <vector>

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