#include <PkgDu.h>
Public Member Functions | |
| const std::string & | mountpoint () const |
| FSize | total () const |
| bool | readonly () 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, bool readonly_r=false) | |
| ~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 |
| bool | _readonly |
| FSize | _pkgusage |
Friends | |
| std::ostream & | operator<< (std::ostream &str, const MountPoint &obj) |
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4