TypedReferenceCount¶
-
class
TypedReferenceCount
¶ Bases:
TypedObject
,ReferenceCount
A base class for things which need to inherit from both
TypedObject
and fromReferenceCount
. It’s convenient to define this intermediate base class instead of multiply inheriting from the two classes each time they are needed, so that we can sensibly pass around pointers to things which are bothTypedObjects
and ReferenceCounters.See also
TypedObject
for detailed instructions.Inheritance diagram
-
static TypeHandle
get_class_type
(void)¶
-
static TypeHandle