| 172 | } |
| 173 | |
| 174 | Object::Ptr Object::Clone() const |
| 175 | { |
| 176 | BOOST_THROW_EXCEPTION(std::runtime_error("Object cannot be cloned.")); |
| 177 | } |
| 178 | |
| 179 | Type::Ptr Object::GetReflectionType() const |
| 180 | { |
nothing calls this directly
no outgoing calls
no test coverage detected