class os_indirect_type : public os_typeThis 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.
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.
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.
Updated: 03/31/98 17:25:09