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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2011-08-25 17:54:27 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:22:23 +0300
commitd38ed958ee39924eab20ec47fa6e101146d62920 (patch)
tree41bdde82ae533155d5fed40ba8b9405b7dd27201 /coding/file_container.hpp
parent91909c81267e3b38e95005923a7b7a98d72a0d79 (diff)
Add function to check reader's existing in FilesContainerR.
Diffstat (limited to 'coding/file_container.hpp')
-rw-r--r--coding/file_container.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/coding/file_container.hpp b/coding/file_container.hpp
index 30d231bc76..3b877608bf 100644
--- a/coding/file_container.hpp
+++ b/coding/file_container.hpp
@@ -90,6 +90,8 @@ public:
ReaderT GetReader(Tag const & tag) const;
+ bool IsReaderExist(Tag const & tag) const;
+
template <typename F> void ForEachTag(F f) const
{
for (size_t i = 0; i < m_info.size(); ++i)