Searched refs:RTCAutoRes (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/cpp/
H A Dautores.h77 * responsible for freeing. By wrapping the resource in an RTCAutoRes, you
79 * the RTCAutoRes is defined, unless you explicitly release the resource.
84 * caller. By placing all allocated resources in RTCAutoRes containers, you
100 class RTCAutoRes class in inherits:RTCNonCopyable
113 RTCAutoRes(T a_hRes = NilRes()) function in class:RTCAutoRes
123 ~RTCAutoRes()
137 RTCAutoRes &operator=(T a_hRes)
H A Dmem.h41 * signature for RTCAutoRes.
72 * signature for RTCAutoRes.
89 * signature for RTCAutoRes.
106 * for RTCAutoRes.
149 : public RTCAutoRes<T *, a_fnDestruct, RTCMemAutoNil<T> >
158 : RTCAutoRes<T *, a_fnDestruct, RTCMemAutoNil<T> >(aPtr)
170 : RTCAutoRes<T *, a_fnDestruct, RTCMemAutoNil<T> >((T *)a_fnAllocator(NULL, a_cElements * sizeof(T), RTMEM_TAG))
183 this->RTCAutoRes<T *, a_fnDestruct, RTCMemAutoNil<T> >::operator=(aPtr);

Completed in 41 milliseconds