ParamValueBase
-
class ParamValueBase
Bases:
TypedWritableReferenceCount
A non-template base class of ParamValue (below), which serves mainly to define the placeholder for the virtual output function.
Inheritance diagram
-
static TypeHandle get_class_type(void)
-
inline virtual TypeHandle get_value_type(void) const
Returns the type of the underlying value.
-
virtual void output(std::ostream &out) const = 0
-
static TypeHandle get_class_type(void)