Accessors -----------------------------------------------------------------------------
| 11 | // Accessors |
| 12 | // ----------------------------------------------------------------------------- |
| 13 | std::string |
| 14 | Object::getName () const |
| 15 | { |
| 16 | return name_; |
| 17 | } |
| 18 | |
| 19 | void |
| 20 | Object::setName (std::string name) |
no outgoing calls
no test coverage detected