class os_type_template : public os_templateThis class is part of the ObjectStore metaobject protocol, which provides access to ObjectStore schemas. Instances of this class represent parameterized types. os_type_template is derived from os_template.
static os_type_template& create(Creates a template that is a parameterization of the specified type with the specified parameters.
os_type*,
os_List<os_template_formal_arg*>&
);
const os_type &get_type() const;Returns the type being parameterized.
void set_type(os_type&);Specifies the type being parameterized.
Updated: 03/31/98 17:25:09