17 INLINE MemoryUsagePointers::Entry::
21 _typed_ptr(typed_ptr),
31 INLINE MemoryUsagePointers::Entry::
32 Entry(
const Entry ©) :
33 _ref_ptr(copy._ref_ptr),
34 _typed_ptr(copy._typed_ptr),
44 INLINE
void MemoryUsagePointers::Entry::
45 operator = (
const Entry ©) {
46 if (_ref_ptr != copy._ref_ptr) {
48 _ref_ptr = copy._ref_ptr;
53 _typed_ptr = copy._typed_ptr;
61 INLINE MemoryUsagePointers::Entry::
This is an abstract class that all classes which use TypeHandle, and also provide virtual functions t...
A base class for all things that want to be reference-counted.
TypeHandle is the identifier used to differentiate C++ class types.