#include <SystemInfo.h>
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 |
Classes | |
| struct | Entry |
typedef map<string, Entry>::const_iterator storage::CmdBtrfsShow::const_iterator [private] |
| storage::CmdBtrfsShow::CmdBtrfsShow | ( | ) |
| bool storage::CmdBtrfsShow::getEntry | ( | const string & | uuid, | |
| Entry & | entry | |||
| ) | const |
| list< string > storage::CmdBtrfsShow::getUuids | ( | ) | const |
map< string, Entry > storage::CmdBtrfsShow::fs [private] |
Referenced by CmdBtrfsShow(), getEntry(), and getUuids().
1.5.6