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

Method ptr

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

Source from the content-addressed store, hash-verified

88
89template<class T>
90inline T* Foam::autoPtr<T>::ptr()
91{
92 T* ptr = ptr_;
93 ptr_ = 0;
94 return ptr;
95}
96
97
98template<class T>

Callers 2

autoPtrMethod · 0.45
operator=Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected