MCPcopy Create free account
hub / github.com/MITK/MITK / WeakPointer

Method WeakPointer

Modules/Core/include/mitkWeakPointer.h:50–53  ·  view source on GitHub ↗

\brief Default constructor. Creates an expired weak pointer (null). */

Source from the content-addressed store, hash-verified

48
49 /** \brief Default constructor. Creates an expired weak pointer (null). */
50 WeakPointer() noexcept
51 : m_RawPointer(nullptr)
52 {
53 }
54
55 /**
56 * \brief Construct a weak pointer observing the given raw pointer.

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected