Jpp test-rotations-old
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. | |
operator bool () const | |
Type conversion operator. | |
bool | operator! () const |
Negated status of this object. | |
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 JIO::JBufferedReader, JIO::JBufferedWriter, JIO::JByteArrayReader, JIO::JByteArrayWriter, JIO::JFileReader, JIO::JFileWriter, JIO::JStreamReader, JIO::JStreamWriter, JLANG::JObjectStatus, JLANG::JRedirectStream, JLANG::JRedirectString, JPARSER::JCounter, JSYSTEM::JShell, and JSYSTEM::JStat.
|
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.