libzypp
10.5.0
|
#include <InterProcessMutex.h>
Public Member Functions | |
ZYppLockedException (const std::string &msg_r, const std::string &name, pid_t locker_pid) | |
virtual | ~ZYppLockedException () throw () |
pid_t | locker_pid () const |
std::string | name () const |
Private Attributes | |
pid_t | _locker_pid |
std::string | _name |
Definition at line 16 of file InterProcessMutex.h.
zypp::base::ZYppLockedException::ZYppLockedException | ( | const std::string & | msg_r, |
const std::string & | name, | ||
pid_t | locker_pid | ||
) |
Definition at line 28 of file InterProcessMutex.cc.
zypp::base::ZYppLockedException::~ZYppLockedException | ( | ) | throw () [virtual] |
Definition at line 36 of file InterProcessMutex.cc.
pid_t zypp::base::ZYppLockedException::locker_pid | ( | ) | const [inline] |
Definition at line 23 of file InterProcessMutex.h.
std::string zypp::base::ZYppLockedException::name | ( | ) | const [inline] |
Definition at line 24 of file InterProcessMutex.h.
pid_t zypp::base::ZYppLockedException::_locker_pid [private] |
Definition at line 26 of file InterProcessMutex.h.
std::string zypp::base::ZYppLockedException::_name [private] |
Definition at line 27 of file InterProcessMutex.h.