* \brief Return an exact copy of the object. */
| 67 | * \brief Return an exact copy of the object. |
| 68 | */ |
| 69 | Object *Object::clone() |
| 70 | { |
| 71 | misc::assertNotReached (); |
| 72 | return NULL; |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * \brief Use object::Object::intoStringBuffer to return a textual |
nothing calls this directly
no test coverage detected