#include <Exec.hpp>
Public Member Functions | |
| ProcessStatus () | |
| ProcessStatus (int status) | |
| bool | hasExited () const |
| const int & | getStatus () const |
Private Attributes | |
| EProcessRunning | m_running |
| int | m_status |
Definition at line 358 of file Exec.hpp.
| BLOCXX_NAMESPACE::Exec::ProcessStatus::ProcessStatus | ( | ) | [inline] |
| BLOCXX_NAMESPACE::Exec::ProcessStatus::ProcessStatus | ( | int | status | ) | [inline, explicit] |
| bool BLOCXX_NAMESPACE::Exec::ProcessStatus::hasExited | ( | ) | const [inline] |
Definition at line 373 of file Exec.hpp.
References BLOCXX_NAMESPACE::Exec::E_PROCESS_EXITED, and m_running.
| const int& BLOCXX_NAMESPACE::Exec::ProcessStatus::getStatus | ( | ) | const [inline] |
int BLOCXX_NAMESPACE::Exec::ProcessStatus::m_status [private] |
1.5.3