52 ~ParamTypedRefCount() {
58 void ParamTypedRefCount::
59 output(std::ostream &out)
const {
60 if (_value ==
nullptr) {
64 out << _value->get_type();
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A handy class object for storing simple values (like integers or strings) passed along with an Event ...
TypeHandle is the identifier used to differentiate C++ class types.