#include <DiskUsageCounter.h>
Public Member Functions | |
| MountPoint (std::string d="/", long long bs=0LL, long long total=0LL, long long used=0LL, long long pkg=0LL, bool ro=false) | |
| Ctor - initialize directory and package size. | |
| bool | operator< (const MountPoint &rhs) const |
Public Attributes | |
| std::string | dir |
| Directory name. | |
| long long | block_size |
| Block size of the mount point. | |
| long long | total_size |
| Total size in kB (1024). | |
| long long | used_size |
| Used size in kB (1024). | |
| long long | pkg_size |
| Used size after commiting the pool (in kB). | |
| bool | readonly |
Definition at line 33 of file DiskUsageCounter.h.
| zypp::DiskUsageCounter::MountPoint::MountPoint | ( | std::string | d = "/", |
|
| long long | bs = 0LL, |
|||
| long long | total = 0LL, |
|||
| long long | used = 0LL, |
|||
| long long | pkg = 0LL, |
|||
| bool | ro = false | |||
| ) | [inline] |
| bool zypp::DiskUsageCounter::MountPoint::operator< | ( | const MountPoint & | rhs | ) | const [inline] |
| std::string zypp::DiskUsageCounter::MountPoint::dir |
long long zypp::DiskUsageCounter::MountPoint::pkg_size [mutable] |
Definition at line 60 of file DiskUsageCounter.h.
1.5.0