Jpp
master_rocky-43-ge265d140c
the software that should make you happy
|
Interface for status of object. More...
#include <JAbstractObjectStatus.hh>
Public Member Functions | |
virtual bool | getStatus () const =0 |
Get status of object. More... | |
operator bool () const | |
Type conversion operator. More... | |
bool | operator! () const |
Negated status of this object. More... | |
Interface for status of object.
This interface implements:
bool ()
; and!
. Definition at line 19 of file JAbstractObjectStatus.hh.
|
pure virtual |
Get status of object.
Implemented in JSYSTEM::JStat, JSYSTEM::JShell, JLANG::JRedirectString, JLANG::JRedirectStream, JLANG::JObjectStatus, JIO::JStreamWriter, JIO::JStreamReader, JIO::JFileWriter, JIO::JFileReader, JIO::JByteArrayWriter, JIO::JByteArrayReader, JIO::JBufferedWriter, JIO::JBufferedReader, and JPARSER::JCounter.
|
inline |
Type conversion operator.
Definition at line 33 of file JAbstractObjectStatus.hh.
|
inline |
Negated status of this object.
Definition at line 44 of file JAbstractObjectStatus.hh.