ParamTypedRefCount
-
class ParamTypedRefCount
Bases:
ParamValueBase
A class object for storing specifically objects of type
TypedReferenceCount
, which is different thanTypedWritableReferenceCount
.Inheritance diagram
-
ParamTypedRefCount(TypedReferenceCount const *value)
-
static TypeHandle get_class_type(void)
-
TypedReferenceCount *get_value(void) const
Retrieves the value stored in the parameter.
-
ParamTypedRefCount(TypedReferenceCount const *value)