| 326 | } |
| 327 | |
| 328 | void Hd4Block::Subject(const std::string& subject) { |
| 329 | SetCommonProperty(*this, "subject", subject); |
| 330 | } |
| 331 | |
| 332 | std::string Hd4Block::Subject() const { |
| 333 | return GetCommonProperty<std::string>(*this, "subject"); |
nothing calls this directly
no test coverage detected