#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.
|
Definition at line 266 of file HalContext.h. |
|
Definition at line 893 of file HalContext.cc. |
|
Definition at line 906 of file HalContext.cc. References zypp::target::hal::g_Mutex, and v_impl. |
|
Definition at line 915 of file HalContext.cc. References zypp::target::hal::g_Mutex, zypp::RW_pointer< _D, _Traits >::reset(), and v_impl. |
|
Definition at line 897 of file HalContext.cc. References zypp::target::hal::g_Mutex, zypp::RW_pointer< _D, _Traits >::reset(), and v_impl. |
|
Definition at line 924 of file HalContext.cc. References zypp::target::hal::g_Mutex, and v_impl. |
|
Definition at line 936 of file HalContext.cc. References zypp::target::hal::g_Mutex, and v_impl. |
|
Definition at line 945 of file HalContext.cc. References zypp::target::hal::g_Mutex, v_impl, and zypp::target::hal::VERIFY_VOLUME(). |
|
Definition at line 956 of file HalContext.cc. References zypp::target::hal::g_Mutex, v_impl, and zypp::target::hal::VERIFY_VOLUME(). |
|
Definition at line 966 of file HalContext.cc. References zypp::target::hal::g_Mutex, v_impl, and zypp::target::hal::VERIFY_VOLUME(). |
|
Definition at line 976 of file HalContext.cc. References zypp::target::hal::g_Mutex, v_impl, and zypp::target::hal::VERIFY_VOLUME(). |
|
Definition at line 986 of file HalContext.cc. References zypp::target::hal::g_Mutex, v_impl, and zypp::target::hal::VERIFY_VOLUME(). |
|
Definition at line 996 of file HalContext.cc. References zypp::target::hal::g_Mutex, v_impl, and zypp::target::hal::VERIFY_VOLUME(). |
|
Definition at line 1006 of file HalContext.cc. References zypp::target::hal::g_Mutex, v_impl, and zypp::target::hal::VERIFY_VOLUME(). |
|
Definition at line 1016 of file HalContext.cc. References zypp::target::hal::g_Mutex, v_impl, and zypp::target::hal::VERIFY_VOLUME(). |
|
Definition at line 1026 of file HalContext.cc. References zypp::target::hal::g_Mutex, v_impl, and zypp::target::hal::VERIFY_VOLUME(). |
|
Definition at line 1056 of file HalContext.cc. References v_impl, and zypp::target::hal::VERIFY_VOLUME(). |
|
Definition at line 326 of file HalContext.h. |
|
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(). |