Jpp
17.3.0-rc.1
the software that should make you happy
|
Auxiliary class for status of object. More...
#include <JObjectStatus.hh>
Public Member Functions | |
virtual bool | getStatus () const override |
Get status of object. More... | |
void | setStatus (const bool status) |
Set status of object. More... | |
operator bool () const | |
Type conversion operator. More... | |
bool | operator! () const |
Negated status of this object. More... | |
Protected Member Functions | |
JObjectStatus () | |
Default constructor. More... | |
Protected Attributes | |
bool | status |
Auxiliary class for status of object.
This class implements the JLANG::JAbstractObjectStatus interface.
Definition at line 19 of file JObjectStatus.hh.
|
inlineprotected |
Default constructor.
The default status of this object is false.
Definition at line 50 of file JObjectStatus.hh.
|
inlineoverridevirtual |
Get status of object.
Implements JLANG::JAbstractObjectStatus.
Definition at line 27 of file JObjectStatus.hh.
|
inline |
Set status of object.
status | status of this object |
Definition at line 38 of file JObjectStatus.hh.
|
inlineinherited |
Type conversion operator.
Definition at line 33 of file JAbstractObjectStatus.hh.
|
inlineinherited |
Negated status of this object.
Definition at line 44 of file JAbstractObjectStatus.hh.
|
protected |
Definition at line 55 of file JObjectStatus.hh.