24 output(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();
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 ...
A non-template base class of ParamValue (below), which serves mainly to define the placeholder for th...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.