OKlibrary
0.2.1.6
|
Namespaces | |
namespace | Implementation_pid2string |
Classes | |
struct | SystemError |
struct | open_directory |
struct | create_file |
struct | open_file |
struct | system_error |
class | SystemOutput |
class | System_sh |
class | System_bash |
class | PidType |
class | System |
Functions | |
std::string | base_name (const std::string &s) |
std::vector< std::string > | dir2filelist (const std::string &dirname) |
bool | create_dir (const std::string &name) |
std::string | signal2string (const int s, MessageHandling::Sprachen L=MessageHandling::English) |
std::string | pid2string (PidType pt, MessageHandling::Sprachen L=MessageHandling::English) |
Variables | |
const std::vector< std::string > | Empty |
std::string SystemHandling::base_name | ( | const std::string & | s | ) | [inline] |
Definition at line 58 of file SystemHandling.hpp.
References s.
Referenced by SystemHandling::System::operator()().
bool SystemHandling::create_dir | ( | const std::string & | name | ) |
Definition at line 91 of file SystemHandling.hpp.
std::vector<std::string> SystemHandling::dir2filelist | ( | const std::string & | dirname | ) | [inline] |
Definition at line 76 of file SystemHandling.hpp.
std::string SystemHandling::pid2string | ( | PidType | pt, |
MessageHandling::Sprachen | L = MessageHandling::English |
||
) |
Definition at line 420 of file SystemHandling.hpp.
References SystemHandling::PidType::a_signal(), SystemHandling::PidType::aborted(), L, M, SystemHandling::Implementation_pid2string::Meldungen_pid, SystemHandling::PidType::normal(), SystemHandling::PidType::s_signal(), signal2string(), SystemHandling::PidType::status(), and SystemHandling::PidType::stopped().
std::string SystemHandling::signal2string | ( | const int | s, |
MessageHandling::Sprachen | L = MessageHandling::English |
||
) | [inline] |
Definition at line 381 of file SystemHandling.hpp.
References L, M, and SystemHandling::Implementation_pid2string::Meldungen_pid.
Referenced by pid2string().
const std::vector<std::string> SystemHandling::Empty |
Definition at line 438 of file SystemHandling.hpp.