ObjectStore C++ API Reference
os_pragma
This class is part of the ObjectStore metaobject protocol, which provides access to ObjectStore schemas. An instance of this class represents a C++ pragma.
os_pragma::create()
static os_pragma& create(const char*);
Creates a new pragma and associates the specified string with it.
os_pragma::get_string()
const char *get_string() const;
Returns the string associated with the specified pragma.
os_pragma::is_recognized()
os_boolean is_recognized() const;
Returns nonzero if the specified pragma is recognized.
[previous] [next]
Copyright © 1997 Object Design, Inc. All rights
reserved.
Updated: 03/31/98 17:25:09