Searched hist:7866 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Drefcnt.hh7866:31a04e5ac4be Sun Jan 23 00:48:00 EST 2011 Nathan Binkert <nate@binkert.org> refcnt: Change things around so that we handle constness correctly.
To use a non const pointer:
typedef RefCountingPtr<Foo> FooPtr;

To use a const pointer:
typedef RefCountingPtr<const Foo> ConstFooPtr;

Completed in 7 milliseconds