Interface for doing operating system calls.
More...
#include <SystemCall.hh>
|
virtual | ~SystemCall () |
| Destructor to properly destroy all resources.
|
|
int | SystemErrNo () const |
| Return the thread specific value of errno.
|
|
int | SystemReturnCode () const |
| Return the return code of the system call.
|
|
virtual | ~SystemCall () |
| Destructor to properly destroy all resources.
|
|
int | SystemErrNo () const |
| Return the thread specific value of errno.
|
|
int | SystemReturnCode () const |
| Return the return code of the system call.
|
|
virtual | ~SystemCall () |
| Destructor to properly destroy all resources.
|
|
int | SystemErrNo () const |
| Return the thread specific value of errno.
|
|
int | SystemReturnCode () const |
| Return the return code of the system call.
|
|
Interface for doing operating system calls.
◆ m_errNo
int LDASTools::AL::SystemCall::m_errNo |
|
protected |
Thread specific value of errno at time of exit.
This allows for the thread specific errno value to be known outside of the calling thread. It is most benificial for error recovery as some conditions should cause a retry.
◆ m_returnCode
int LDASTools::AL::SystemCall::m_returnCode |
|
protected |
Return code of the system call.
This is the return code returned by the system call as defined by the system call's documentation.
The documentation for this class was generated from the following files:
- /build/ldas-tools-al/debian/tmp/usr/include/ldastoolsal/SystemCall.hh
- /build/ldas-tools-al/obj-x86_64-linux-gnu/include/ldastoolsal/SystemCall.hh
- /build/ldas-tools-al/src/SystemCall.hh
- /build/ldas-tools-al/src/SystemCall.cc