ObjectStore C++ API Reference

os_real_type

class os_real_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++ floating type. This class is derived from os_type.

Programs using this class must include <ostore/ostore.hh>, followed by <ostore/coll.hh> (if used), followed by <ostore/mop.hh>.

os_real_type::create()

static os_real_type &create(const char*);
Creates an os_real_type representing the type with the specified name.

os_real_type::create_float()

static os_real_type &create_float();
Creates an os_real_type representing the type float.

os_real_type::create_double()

static os_real_type &create_double();
Creates an os_real_type representing the type double.

os_real_type::create_long_double()

static os_real_type &create_long_double();
Creates an os_real_type representing the type long double.



[previous] [next]

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

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