#include <HalContext.h>
Public Types | |
| typedef zypp::RW_pointer < HalDrive_Impl > ::unspecified_bool_type | bool_type |
Public Member Functions | |
| HalDrive () | |
| HalDrive (const HalDrive &drive) | |
| ~HalDrive () | |
| HalDrive & | operator= (const HalDrive &drive) |
| operator bool_type () const | |
| std::string | getUDI () const |
| std::string | getTypeName () const |
| std::string | getDeviceFile () const |
| |
| unsigned int | getDeviceMajor () const |
| |
| unsigned int | getDeviceMinor () const |
| |
| bool | usesRemovableMedia () const |
| |
| std::vector < std::string > | getCdromCapabilityNames () const |
| std::vector < std::string > | findAllVolumes () const |
| Retrieve UDI's of all volumes of this drive. | |
Private Member Functions | |
| HalDrive (HalDrive_Impl *impl) | |
Private Attributes | |
| zypp::RW_pointer < HalDrive_Impl > | d_impl |
Friends | |
| class | HalContext |
Definition at line 179 of file HalContext.h.
| typedef zypp::RW_pointer<HalDrive_Impl>::unspecified_bool_type zypp::target::hal::HalDrive::bool_type |
Definition at line 183 of file HalContext.h.
| zypp::target::hal::HalDrive::HalDrive | ( | ) |
Definition at line 688 of file HalContext.cc.
| zypp::target::hal::HalDrive::HalDrive | ( | const HalDrive & | drive | ) |
| zypp::target::hal::HalDrive::~HalDrive | ( | ) |
| zypp::target::hal::HalDrive::HalDrive | ( | HalDrive_Impl * | impl | ) | [private] |
| zypp::target::hal::HalDrive::operator HalDrive::bool_type | ( | ) | const |
| std::string zypp::target::hal::HalDrive::getUDI | ( | ) | const |
Definition at line 742 of file HalContext.cc.
References d_impl, and zypp::target::hal::VERIFY_DRIVE().
Referenced by getCdromCapabilityNames().
| std::string zypp::target::hal::HalDrive::getTypeName | ( | ) | const |
Definition at line 753 of file HalContext.cc.
References d_impl, and zypp::target::hal::VERIFY_DRIVE().
Referenced by getCdromCapabilityNames().
| std::string zypp::target::hal::HalDrive::getDeviceFile | ( | ) | const |
Definition at line 764 of file HalContext.cc.
References d_impl, and zypp::target::hal::VERIFY_DRIVE().
| unsigned int zypp::target::hal::HalDrive::getDeviceMajor | ( | ) | const |
Definition at line 774 of file HalContext.cc.
References d_impl, and zypp::target::hal::VERIFY_DRIVE().
| unsigned int zypp::target::hal::HalDrive::getDeviceMinor | ( | ) | const |
Definition at line 784 of file HalContext.cc.
References d_impl, and zypp::target::hal::VERIFY_DRIVE().
| bool zypp::target::hal::HalDrive::usesRemovableMedia | ( | ) | const |
Definition at line 794 of file HalContext.cc.
References d_impl, and zypp::target::hal::VERIFY_DRIVE().
| std::vector< std::string > zypp::target::hal::HalDrive::getCdromCapabilityNames | ( | ) | const |
Definition at line 804 of file HalContext.cc.
References _, d_impl, getTypeName(), getUDI(), zypp::target::hal::VERIFY_DRIVE(), and ZYPP_THROW.
| std::vector< std::string > zypp::target::hal::HalDrive::findAllVolumes | ( | ) | const |
Retrieve UDI's of all volumes of this drive.
Definition at line 894 of file HalContext.cc.
References d_impl, and zypp::target::hal::VERIFY_DRIVE().
friend class HalContext [friend] |
Definition at line 246 of file HalContext.h.
Definition at line 250 of file HalContext.h.
Referenced by findAllVolumes(), getCdromCapabilityNames(), getDeviceFile(), getDeviceMajor(), getDeviceMinor(), getTypeName(), getUDI(), HalDrive(), operator bool_type(), operator=(), usesRemovableMedia(), and ~HalDrive().
1.5.3