MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / LanguagePlurality

Method LanguagePlurality

src/Engine/LanguagePlurality.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50protected:
51 LanguagePlurality() { /* Empty by design. */ }
52private:
53 typedef LanguagePlurality *(*PFCreate)();
54 static std::map<std::string, PFCreate> s_factoryFunctions;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected