| 69 | std::string const& GetString() const { return this->String; } |
| 70 | |
| 71 | void AddAttribute(std::string const& name, cmXCodeObject* value) |
| 72 | { |
| 73 | this->ObjectAttributes[name] = value; |
| 74 | } |
| 75 | |
| 76 | void AddAttributeIfNotEmpty(std::string const& name, cmXCodeObject* value) |
| 77 | { |
no outgoing calls
no test coverage detected