Jpp
18.5.2
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 JPARSER::JCounter, JSYSTEM::JShell, JIO::JBufferedWriter, JIO::JByteArrayWriter, JIO::JByteArrayReader, JIO::JStreamWriter, JIO::JFileWriter, JLANG::JRedirectStream, JIO::JBufferedReader, JLANG::JRedirectString, JSYSTEM::JStat, JIO::JFileReader, JIO::JStreamReader, and JLANG::JObjectStatus.
|
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.