#include <PkgDu.h>
Public Member Functions | |
const std::string & | mountpoint () const |
FSize | total () const |
FSize | initial_used () const |
FSize | initial_available () const |
int | initial_u_percent () const |
FSize | pkg_diff () const |
FSize | pkg_used () const |
FSize | pkg_available () const |
int | pkg_u_percent () const |
MountPoint (const std::string &mountpoint_r, const FSize &blocksize_r=1024, const FSize &total_r=0, const FSize &used_r=0) | |
~MountPoint () | |
bool | assignData (const MountPoint &rhs) const |
bool | operator== (const MountPoint &rhs) const |
bool | operator< (const MountPoint &rhs) const |
Public Attributes | |
const std::string | _mountpoint |
const FSize | _blocksize |
FSize | _total |
FSize | _used |
FSize | _pkgusage |
Friends | |
std::ostream & | operator<< (std::ostream &str, const MountPoint &obj) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|