Home
last modified time | relevance | path

Searched refs:heap_ptr (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/o3tl/inc/o3tl/
H A Dheap_ptr.hxx79 class heap_ptr class
83 typedef heap_ptr<T> self;
90 explicit heap_ptr(
92 ~heap_ptr();
139 heap_ptr( const self & ); /// Prevent copies.
156 swap( heap_ptr<T> & io_a, in swap()
157 heap_ptr<T> & io_b ) in swap()
168 heap_ptr<T>::internal_delete() in internal_delete()
179 heap_ptr<T>::heap_ptr( T * pass_heapObject ) in heap_ptr() function in o3tl::heap_ptr
186 heap_ptr<T>::~heap_ptr() in ~heap_ptr()
[all …]
/AOO41X/main/o3tl/qa/
H A Dtest-heap_ptr.cxx35 using o3tl::heap_ptr;
61 heap_ptr<Help> in global()
63 const heap_ptr<Help> in global()
65 heap_ptr<Help> in global()
67 heap_ptr<Help> in global()
148 heap_ptr<Help> in global()
H A Dmakefile.mk63 $(SLO)$/test-heap_ptr.obj \