ObjectStore C++ API Reference

os_type_template_actual_arg

class os_type_template_actual_arg : public os_template_actual_
arg
This class is part of the ObjectStore metaobject protocol, which provides access to ObjectStore schemas. Instances of this class represent types that are actual parameters of class templates.

os_type_template_actual_arg::create()

static os_type_template_actual_arg& create(os_type*);
Creates an actual parameter consisting of the specified type.

os_type_template_actual_arg::get_type()

const os_type &get_type() const;
Returns a reference to a const type, the type of which the actual parameter consists.

os_type &get_type();
Returns a reference to a non-const type, the type of which the actual parameter consists.

os_type_template_actual_arg::set_type()

void set_type(os_type&);
Sets the type of which the actual parameter consists.



[previous] [next]

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

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