MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / clone

Method clone

include/boost/test/unit_test_gui.hpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 virtual boost::unit_test::decorator::base_ptr clone() const
109 {
110 return boost::unit_test::decorator::base_ptr(new Enable(m_enable));
111 }
112
113 bool m_enable;
114};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected