#include <DmmultipathCo.h>
Public Member Functions | |
| CmdMultipath (bool test=false) | |
| list< string > | getEntries () const |
| bool | getEntry (const string &name, Entry &entry) const |
| bool | looksLikeRealMultipath () const |
Private Types | |
| typedef map< string, Entry > ::const_iterator | const_iterator |
Private Attributes | |
| map< string, Entry > | data |
Classes | |
| struct | Entry |
typedef map<string, Entry>::const_iterator storage::CmdMultipath::const_iterator [private] |
| storage::CmdMultipath::CmdMultipath | ( | bool | test = false |
) |
References storage::classic(), data, storage::CmdMultipath::Entry::devices, storage::extractNthWord(), storage::Regex::match(), storage::CmdMultipath::Entry::model, MULTIPATHBIN, storage::SystemCmd::numLines(), storage::SystemCmd::retcode(), storage::splitString(), storage::SystemCmd::stdout(), storage::CmdMultipath::Entry::vendor, and y2mil.
| list< string > storage::CmdMultipath::getEntries | ( | ) | const |
| bool storage::CmdMultipath::getEntry | ( | const string & | name, | |
| Entry & | entry | |||
| ) | const |
| bool storage::CmdMultipath::looksLikeRealMultipath | ( | ) | const |
map<string, Entry> storage::CmdMultipath::data [private] |
Referenced by CmdMultipath(), getEntries(), getEntry(), and looksLikeRealMultipath().
1.5.6