#include <HalContext.h>
Public Types | |
| typedef zypp::RW_pointer < HalVolume_Impl > ::unspecified_bool_type | bool_type |
Public Member Functions | |
| HalVolume () | |
| HalVolume (const HalVolume &volume) | |
| ~HalVolume () | |
| HalVolume & | operator= (const HalVolume &volume) |
| operator bool_type () const | |
| std::string | getUDI () const |
| std::string | getDeviceFile () const |
| |
| unsigned int | getDeviceMajor () const |
| |
| unsigned int | getDeviceMinor () const |
| |
| bool | isDisc () const |
| bool | isPartition () const |
| bool | isMounted () const |
| std::string | getFSType () const |
| |
| std::string | getFSUsage () const |
| |
| std::string | getMountPoint () const |
| |
Private Member Functions | |
| HalVolume (HalVolume_Impl *impl) | |
Private Attributes | |
| zypp::RW_pointer < HalVolume_Impl > | v_impl |
Friends | |
| class | HalContext |
| class | HalDrive |
Definition at line 262 of file HalContext.h.
| typedef zypp::RW_pointer<HalVolume_Impl>::unspecified_bool_type zypp::target::hal::HalVolume::bool_type |
Definition at line 266 of file HalContext.h.
| zypp::target::hal::HalVolume::HalVolume | ( | ) |
Definition at line 914 of file HalContext.cc.
| zypp::target::hal::HalVolume::HalVolume | ( | const HalVolume & | volume | ) |
| zypp::target::hal::HalVolume::~HalVolume | ( | ) |
| zypp::target::hal::HalVolume::HalVolume | ( | HalVolume_Impl * | impl | ) | [private] |
| zypp::target::hal::HalVolume::operator HalVolume::bool_type | ( | ) | const |
| std::string zypp::target::hal::HalVolume::getUDI | ( | ) | const |
Definition at line 966 of file HalContext.cc.
References v_impl, and zypp::target::hal::VERIFY_VOLUME().
| std::string zypp::target::hal::HalVolume::getDeviceFile | ( | ) | const |
Definition at line 977 of file HalContext.cc.
References v_impl, and zypp::target::hal::VERIFY_VOLUME().
| unsigned int zypp::target::hal::HalVolume::getDeviceMajor | ( | ) | const |
Definition at line 987 of file HalContext.cc.
References v_impl, and zypp::target::hal::VERIFY_VOLUME().
| unsigned int zypp::target::hal::HalVolume::getDeviceMinor | ( | ) | const |
Definition at line 997 of file HalContext.cc.
References v_impl, and zypp::target::hal::VERIFY_VOLUME().
| bool zypp::target::hal::HalVolume::isDisc | ( | ) | const |
Definition at line 1007 of file HalContext.cc.
References v_impl, and zypp::target::hal::VERIFY_VOLUME().
| bool zypp::target::hal::HalVolume::isPartition | ( | ) | const |
Definition at line 1017 of file HalContext.cc.
References v_impl, and zypp::target::hal::VERIFY_VOLUME().
| bool zypp::target::hal::HalVolume::isMounted | ( | ) | const |
Definition at line 1027 of file HalContext.cc.
References v_impl, and zypp::target::hal::VERIFY_VOLUME().
| std::string zypp::target::hal::HalVolume::getFSType | ( | ) | const |
Definition at line 1037 of file HalContext.cc.
References v_impl, and zypp::target::hal::VERIFY_VOLUME().
| std::string zypp::target::hal::HalVolume::getFSUsage | ( | ) | const |
Definition at line 1047 of file HalContext.cc.
References v_impl, and zypp::target::hal::VERIFY_VOLUME().
| std::string zypp::target::hal::HalVolume::getMountPoint | ( | ) | const |
Definition at line 1077 of file HalContext.cc.
References v_impl, and zypp::target::hal::VERIFY_VOLUME().
friend class HalContext [friend] |
Definition at line 326 of file HalContext.h.
friend class HalDrive [friend] |
Definition at line 327 of file HalContext.h.
Definition at line 330 of file HalContext.h.
Referenced by getDeviceFile(), getDeviceMajor(), getDeviceMinor(), getFSType(), getFSUsage(), getMountPoint(), getUDI(), HalVolume(), isDisc(), isMounted(), isPartition(), operator bool_type(), operator=(), and ~HalVolume().
1.5.3