#include <DmCo.h>
Public Types | |
| typedef map< string, Entry > ::const_iterator | const_iterator |
Public Member Functions | |
| CmdDmsetup () | |
| bool | getEntry (const string &name, Entry &entry) const |
| list< string > | getEntries () const |
| template<class Pred> | |
| list< string > | getMatchingEntries (Pred pred) const |
| const_iterator | begin () const |
| const_iterator | end () const |
Private Attributes | |
| map< string, Entry > | data |
Classes | |
| struct | Entry |
| typedef map<string, Entry>::const_iterator storage::CmdDmsetup::const_iterator |
| storage::CmdDmsetup::CmdDmsetup | ( | ) |
| bool storage::CmdDmsetup::getEntry | ( | const string & | name, | |
| Entry & | entry | |||
| ) | const |
References data.
Referenced by storage::DmmultipathCo::getMultipaths(), storage::DmraidCo::getRaids(), and storage::DmPartCo::init().
| list< string > storage::CmdDmsetup::getEntries | ( | ) | const |
References data.
| list<string> storage::CmdDmsetup::getMatchingEntries | ( | Pred | pred | ) | const [inline] |
| const_iterator storage::CmdDmsetup::begin | ( | ) | const [inline] |
| const_iterator storage::CmdDmsetup::end | ( | ) | const [inline] |
map<string, Entry> storage::CmdDmsetup::data [private] |
Referenced by begin(), CmdDmsetup(), end(), getEntries(), getEntry(), and getMatchingEntries().
1.5.6