class os_real_type : public os_typeThis 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>.
static os_real_type &create(const char*);Creates an os_real_type representing the type with the specified name.
static os_real_type &create_float();Creates an os_real_type representing the type float.
static os_real_type &create_double();Creates an os_real_type representing the type double.
static os_real_type &create_long_double();Creates an os_real_type representing the type long double.
Updated: 03/31/98 17:25:09