class os_template_value_formal : public os_template_formal_argThis class is part of the ObjectStore metaobject protocol, which provides access to ObjectStore schemas. Instances of this class represent formal template parameters whose actuals are values. The class os_template_value_formal is derived from os_template_formal_arg.
static os_template_value_formal& create( const char *name, os_type *type );Creates an os_template_value_formal with the specified name. The actuals for the created formal are instances of the specified type.
const os_type& get_type() const;Returns a const reference to an os_type representing the type of the actuals for the specified formal.
os_type& get_type();Returns a non-const reference to an os_type representing the type of the actuals for the specified formal.
void set_type(os_type&);Sets the type of the actuals for the specified formal.
Updated: 03/31/98 17:25:09