ObjectStore C++ API Reference

os_type_template

class os_type_template : public os_template
This 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.

os_type_template::create()

static os_type_template& create(
os_type*,
os_List<os_template_formal_arg*>&
);
Creates a template that is a parameterization of the specified type with the specified parameters.

os_type_template::get_type()

const os_type &get_type() const;
Returns the type being parameterized.

os_type_template::set_type()

void set_type(os_type&);
Specifies the type being parameterized.



[previous] [next]

Copyright © 1997 Object Design, Inc. All rights reserved.

Updated: 03/31/98 17:25:09