Home
last modified time | relevance | path

Searched defs:RcPtr (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtl/
H A DCtlRcPtr.h208 template <class S> friend class RcPtr; variable
261 RcPtr<T>::RcPtr (T *p): in RcPtr() function
270 RcPtr<T>::RcPtr (const RcPtr &rp): in RcPtr() function
280 RcPtr<T>::RcPtr (const RcPtr<S> &rp) in RcPtr() function
301 RcPtr<T>::RcPtr (const RcPtr<S> &rp, int) in RcPtr() function
/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtlSimd/
H A DCtlSimdStdLibrary.h73 template <class T> class RcPtr; variable