#include <system_call.h>
◆ SystemCall()
SystemCall::SystemCall |
( |
const std::string & |
command | ) |
|
call a system command (is passed to /usr/bin/sh
- Parameters
-
◆ called()
bool SystemCall::called |
( |
| ) |
|
|
inline |
◆ output()
const std::string& SystemCall::output |
( |
| ) |
|
|
inline |
◆ returnCode()
int SystemCall::returnCode |
( |
| ) |
|
|
inline |
◆ successfull()
bool SystemCall::successfull |
( |
| ) |
|
|
inline |
◆ m_bCalled
bool SystemCall::m_bCalled |
|
private |
◆ m_output
std::string SystemCall::m_output |
|
private |
◆ m_returnCode
int SystemCall::m_returnCode |
|
private |
The documentation for this class was generated from the following files: