24output(std::ostream &out)
const {
25 if (_ptr ==
nullptr) {
28 }
else if (_ptr->is_of_type(ParamValueBase::get_class_type())) {
30 DCAST_INTO_V(sv_ptr, _ptr);
34 out << _ptr->get_type();
A non-template base class of ParamValue (below), which serves mainly to define the placeholder for th...
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.