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

Method data

kdevplatform/language/duchain/duchainpointer.h:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 Type* data() const
162 {
163 if (!d)
164 return nullptr;
165 return static_cast<Type*>(d->base());
166 }
167
168 DUChainPointer<Type>& operator=(const DUChainPointer<Type>&) = default;
169 DUChainPointer<Type>& operator=(DUChainPointer<Type>&&) = default;

Callers 4

DUChainPointerMethod · 0.45
operator ==Method · 0.45
operator !=Method · 0.45
operator<Method · 0.45

Calls 1

baseMethod · 0.80

Tested by

no test coverage detected