15 #include "paramValue.h"
20 #pragma implementation
41 ~ParamTypedRefCount() {
49 void ParamTypedRefCount::
50 output(ostream &out)
const {
55 out << _value->get_type();
A base class for things which need to inherit from both TypedObject and from ReferenceCount.
TypeHandle is the identifier used to differentiate C++ class types.