ObjectStore C++ API Reference

os_indirect_type

class os_indirect_type : public os_type
This class is part of the ObjectStore metaobject protocol, which provides access to ObjectStore schemas. An instance of this class is either an os_named_indirect_type (typedef) or os_anonymous_indirect_type (a type with const or volatile specifiers). This class is derived from os_class_type.

os_indirect_type::get_target_type()

const os_type &get_target_type() const;
Returns the type for which this is a typedef or which this qualifies with a const or volatile specifier.

os_type &get_target_type();
Returns the type for which this is a typedef or which this qualifies with a const or volatile specifier.

os_indirect_type::set_target_type()

void set_target_type(os_type &);
Sets the type for which this is a typedef or which this qualifies with a const or volatile specifier.



[previous] [next]

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

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