• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ParadoxGameConverters / Vic3ToHoI4 / 4189923376

pending completion
4189923376

Pull #265

github

GitHub
Merge e4a325e0a into eb87403de
Pull Request #265: Convert technology

154 of 154 new or added lines in 16 files covered. (100.0%)

1607 of 1796 relevant lines covered (89.48%)

86692.45 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/mappers/country/country_mapper.h
1
#ifndef SRC_MAPPERS_COUNTRY_COUNTRYMAPPER_H
2
#define SRC_MAPPERS_COUNTRY_COUNTRYMAPPER_H
3

4

5

6
#include <map>
7
#include <optional>
8
#include <string>
9

10

11

12
namespace mappers
13
{
14

15
class CountryMapper
16
{
17
  public:
18
   explicit CountryMapper(std::map<std::string, std::string> country_mappings):
×
19
       country_mappings_(std::move(country_mappings))
×
20
   {
21
   }
×
22

23
   [[nodiscard]] std::optional<std::string> GetHoiTag(const std::string& vic_tag) const;
24

25
  private:
26
   std::map<std::string, std::string> country_mappings_;
27
};
28

29
}  // namespace mappers
30

31

32

33
#endif  // SRC_MAPPERS_COUNTRY_COUNTRYMAPPER_H
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc