Searched defs:RefCountingPtr (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Drefcnt.hh120 class RefCountingPtr class
185 RefCountingPtr() : data(0) {} function in class:RefCountingPtr
189 RefCountingPtr( function in class:RefCountingPtr
193 RefCountingPtr(const RefCountingPtr &r) { copy(r.data); } function in class:RefCountingPtr
198 RefCountingPtr(RefCountingPtr&& r) function in class:RefCountingPtr
205 RefCountingPtr(const NonConstT &r) { copy(r.data); } function in class:RefCountingPtr
[all...]

Completed in 6 milliseconds