ObjectStore C++ API Reference

os_member_type

class os_member_type : public os_member
This class is part of the ObjectStore metaobject protocol, which provides access to ObjectStore schemas. An instance of this class represents a member type definition, that is, a type definition that is nested within a class. os_member_type is derived from os_member.

os_member_type::create()

static os_member_type& create(os_type*);
Creates a member typedef for the specified os_type.

os_member_type::get_type()

const os_type &get_type() const;
Returns the type defined by the specified member typedef.

os_member_type::set_type()

void set_type(os_type&);
Sets the type defined by the specified member typedef.



[previous] [next]

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

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