ObjectStore C++ API Reference

os_pointer_type

class os_pointer_type : public os_type
This class is part of the ObjectStore metaobject protocol, which provides access to ObjectStore schemas. An instance of this class represents a C++ pointer type. This class is derived from os_type.

os_pointer_type::create()

static os_pointer_type& create(os_type* target);
The argument is used to initialize the attribute target_type.

os_pointer_type::get_target_type()

const os_type &get_target_type() const;
Returns the type of object pointed to by instances of the specified pointer type.

os_pointer_type::set_target_type()

void set_target_type(os_type&);
Sets the type of object pointed to by instances of the specified pointer type.



[previous] [next]

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

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