MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / autoPtr

Method autoPtr

src/OpenFOAM/memory/autoPtr/autoPtrI.H:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31template<class T>
32inline Foam::autoPtr<T>::autoPtr(T* p)
33:
34 ptr_(p)
35{}
36
37
38template<class T>

Callers

nothing calls this directly

Calls 3

validMethod · 0.45
ptrMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected