MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Clone

Method Clone

lib/base/object.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174Object::Ptr Object::Clone() const
175{
176 BOOST_THROW_EXCEPTION(std::runtime_error("Object cannot be cloned."));
177}
178
179Type::Ptr Object::GetReflectionType() const
180{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected