20 INLINE MemoryUsagePointers::Entry::
24 _typed_ptr(typed_ptr),
36 INLINE MemoryUsagePointers::Entry::
37 Entry(
const Entry ©) :
38 _ref_ptr(copy._ref_ptr),
39 _typed_ptr(copy._typed_ptr),
51 INLINE
void MemoryUsagePointers::Entry::
52 operator = (
const Entry ©) {
53 if (_ref_ptr != copy._ref_ptr) {
55 _ref_ptr = copy._ref_ptr;
60 _typed_ptr = copy._typed_ptr;
70 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.