[+/-]
Abstract
The sections that follow describe each of the public methods of
the Object
class.
All 3 of these methods are pure virtual methods, and are
reimplemented in the Table
,
Index
, and Event
subclasses where needed. See Section 2.3.21, “The Table
Class”,
Section 2.3.5, “The Index
Class”, and Section 2.3.4, “The Event
Class”.
Description. This method retrieves the status of the object for which it is invoked.
Signature.
virtual Status getObjectStatus ( void ) const
Parameters. None.
Return value.
The current Status
of the
Object
. For possible values, see
Section 2.3.20.1.3, “The Object::Status
Type”.