|
yast2-storage
|
#include <SystemInfo.h>
Classes | |
| struct | Entry |
Public Member Functions | |
| CmdBtrfsShow () | |
| bool | getEntry (const string &uuid, Entry &entry) const |
| list< string > | getUuids () const |
Private Types | |
| typedef map< string, Entry > ::const_iterator | const_iterator |
Private Attributes | |
| map< string, Entry > | fs |
typedef map<string, Entry>::const_iterator storage::CmdBtrfsShow::const_iterator [private] |
| storage::CmdBtrfsShow::CmdBtrfsShow | ( | ) |
| bool storage::CmdBtrfsShow::getEntry | ( | const string & | uuid, |
| Entry & | entry | ||
| ) | const |
References fs.
Referenced by storage::BtrfsCo::getBtrfsData().
| list< string > storage::CmdBtrfsShow::getUuids | ( | ) | const |
Referenced by storage::BtrfsCo::~BtrfsCo().
map< string, Entry > storage::CmdBtrfsShow::fs [private] |
Referenced by CmdBtrfsShow(), getEntry(), and getUuids().
1.7.3