Home
last modified time | relevance | path

Searched defs:RefCountPtr (Results 1 – 6 of 6) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DRefCountPtr.h75 RefCountPtr<T>::RefCountPtr() in RefCountPtr() function
81 RefCountPtr<T>::RefCountPtr(T* inValue) in RefCountPtr() function
87 RefCountPtr<T>::RefCountPtr(const RefCountPtr<T>& inOtherPtr) in RefCountPtr() function
/dports/math/givaro/givaro-4.1.1/src/kernel/memory/
H A Dgivpointer.h30 explicit RefCountPtr ( T* data ) in RefCountPtr() function
36 RefCountPtr ( const RefCountPtr<T>& ptr ) in RefCountPtr() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/core/src/
H A DTeuchos_RefCountPtrDecl.hpp50 #define RefCountPtr RCP macro
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Container/
H A DRefCounted.h77 RefCount* RefCountPtr() { return refCount_; } in RefCountPtr() function
H A DArrayPtr.h168 RefCount* RefCountPtr() const { return refCount_; } in RefCountPtr() function
388 RefCount* RefCountPtr() const { return refCount_; } in RefCountPtr() function
H A DPtr.h203 RefCount* RefCountPtr() const { return ptr_ ? ptr_->RefCountPtr() : 0; } in RefCountPtr() function
467 RefCount* RefCountPtr() const { return refCount_; } in RefCountPtr() function