libzypp  10.5.0
zypp::base::ZYppLockedException Class Reference

#include <InterProcessMutex.h>

Inheritance diagram for zypp::base::ZYppLockedException:

List of all members.

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

Detailed Description

Definition at line 16 of file InterProcessMutex.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Definition at line 26 of file InterProcessMutex.h.

Definition at line 27 of file InterProcessMutex.h.


The documentation for this class was generated from the following files: