| 110 | void SetName(std::string const & name); |
| 111 | void SetDescription(std::string const & desc); |
| 112 | void SetFileName(std::string const & fileName) { m_file = fileName; } |
| 113 | std::string GetName() const; |
| 114 | std::string const & GetFileName() const { return m_file; } |
| 115 |
no outgoing calls
no test coverage detected