24output(std::ostream &out)
const {
25 if (_ptr ==
nullptr) {
28 }
else if (_ptr->is_of_type(ParamValueBase::get_class_type())) {
29 const ParamValueBase *sv_ptr;
30 DCAST_INTO_V(sv_ptr, _ptr);
34 out << _ptr->get_type();
A handy class object for storing simple values (like integers or strings) passed along with an Event ...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.