libzypp
10.5.0
|
Hardware abstaction layer storage volume object. More...
#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 |
Hardware abstaction layer storage volume object.
Definition at line 260 of file HalContext.h.
typedef zypp::RW_pointer<HalVolume_Impl>::unspecified_bool_type zypp::target::hal::HalVolume::bool_type |
Definition at line 264 of file HalContext.h.
zypp::target::hal::HalVolume::HalVolume | ( | ) |
Definition at line 922 of file HalContext.cc.
zypp::target::hal::HalVolume::HalVolume | ( | const HalVolume & | volume | ) |
Definition at line 935 of file HalContext.cc.
zypp::target::hal::HalVolume::~HalVolume | ( | ) |
Definition at line 944 of file HalContext.cc.
zypp::target::hal::HalVolume::HalVolume | ( | HalVolume_Impl * | impl | ) | [private] |
Definition at line 926 of file HalContext.cc.
Definition at line 953 of file HalContext.cc.
zypp::target::hal::HalVolume::operator HalVolume::bool_type | ( | ) | const |
Definition at line 965 of file HalContext.cc.
std::string zypp::target::hal::HalVolume::getUDI | ( | ) | const |
Definition at line 974 of file HalContext.cc.
std::string zypp::target::hal::HalVolume::getDeviceFile | ( | ) | const |
Definition at line 985 of file HalContext.cc.
unsigned int zypp::target::hal::HalVolume::getDeviceMajor | ( | ) | const |
Definition at line 995 of file HalContext.cc.
unsigned int zypp::target::hal::HalVolume::getDeviceMinor | ( | ) | const |
Definition at line 1005 of file HalContext.cc.
bool zypp::target::hal::HalVolume::isDisc | ( | ) | const |
Definition at line 1015 of file HalContext.cc.
bool zypp::target::hal::HalVolume::isPartition | ( | ) | const |
Definition at line 1025 of file HalContext.cc.
bool zypp::target::hal::HalVolume::isMounted | ( | ) | const |
Definition at line 1035 of file HalContext.cc.
std::string zypp::target::hal::HalVolume::getFSType | ( | ) | const |
Definition at line 1045 of file HalContext.cc.
std::string zypp::target::hal::HalVolume::getFSUsage | ( | ) | const |
Definition at line 1055 of file HalContext.cc.
std::string zypp::target::hal::HalVolume::getMountPoint | ( | ) | const |
Definition at line 1085 of file HalContext.cc.
friend class HalContext [friend] |
Definition at line 324 of file HalContext.h.
friend class HalDrive [friend] |
Definition at line 325 of file HalContext.h.
Definition at line 328 of file HalContext.h.