15 #include "eventParameter.h"
20 #pragma implementation
29 output(ostream &out)
const {
33 }
else if (_ptr->is_of_type(ParamValueBase::get_class_type())) {
35 DCAST_INTO_V(sv_ptr, _ptr);
39 out << _ptr->get_type();
A non-template base class of ParamValue (below), which serves mainly to define the placeholder for th...
A base class for things which need to inherit from both TypedWritable and from ReferenceCount.