ObjectStore C++ API Reference

os_literal_template_actual_arg

class os_literal_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 values that are actual parameters of class templates.

os_literal_template_actual_arg::create()

static os_literal_template_actual_arg& create(os_literal*);
Creates an actual parameter consisting of the specified literal.

os_literal_template_actual_arg::get_literal()

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

os_literal &get_literal();
Returns a reference to a non-const literal, the literal of which the actual parameter consists.

os_literal_template_actual_arg::set_literal()

void set_literal(os_literal&);
Sets the literal of which the actual parameter consists.



[previous] [next]

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

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