From dca3de26978bf0a9d7ac9df8524c90b85f8920da Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 13 Sep 2016 18:31:30 +0300 Subject: Add into xmlutils function for read xml file into int map. --- src/utils/xmlutils.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/utils/xmlutils.h') diff --git a/src/utils/xmlutils.h b/src/utils/xmlutils.h index 928519267..d80758848 100644 --- a/src/utils/xmlutils.h +++ b/src/utils/xmlutils.h @@ -44,4 +44,13 @@ void readXmlStringMap(const std::string &fileName, std::map &arr, const SkipError skipError); +void readXmlIntMap(const std::string &fileName, + const std::string &rootName, + const std::string §ionName, + const std::string &itemName, + const std::string &attributeKeyName, + const std::string &attributeValueName, + std::map &arr, + const SkipError skipError); + #endif // UTILS_XMLUTILS_H -- cgit v1.2.3-60-g2f50