| 49 | |
| 50 | protected: |
| 51 | LanguagePlurality() { /* Empty by design. */ } |
| 52 | private: |
| 53 | typedef LanguagePlurality *(*PFCreate)(); |
| 54 | static std::map<std::string, PFCreate> s_factoryFunctions; |
nothing calls this directly
no outgoing calls
no test coverage detected