Check whether the given name matches the current generator. */
| 128 | |
| 129 | /** Check whether the given name matches the current generator. */ |
| 130 | virtual bool MatchesGeneratorName(std::string const& name) const |
| 131 | { |
| 132 | return this->GetName() == name; |
| 133 | } |
| 134 | |
| 135 | /** Get encoding used by generator for makefile files */ |
| 136 | virtual codecvt_Encoding GetMakefileEncoding() const; |