MCPcopy Create free account
hub / github.com/KDE/kdevelop / DUChainPointer

Method DUChainPointer

kdevplatform/language/duchain/duchainpointer.h:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83public:
84 DUChainPointer() : d(QExplicitlySharedDataPointer<DUChainPointerData>(nullptr))
85 {
86 }
87
88 DUChainPointer(const DUChainPointer&) = default;
89 DUChainPointer(DUChainPointer&&) = default;

Callers

nothing calls this directly

Calls 2

baseMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected