#include <DmraidCo.h>
Public Member Functions | |
| CmdDmraid () | |
| list< string > | getEntries () const |
| bool | getEntry (const string &name, Entry &entry) 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::CmdDmraid::const_iterator [private] |
| storage::CmdDmraid::CmdDmraid | ( | ) |
| list< string > storage::CmdDmraid::getEntries | ( | ) | const |
| bool storage::CmdDmraid::getEntry | ( | const string & | name, | |
| Entry & | entry | |||
| ) | const |
map<string, Entry> storage::CmdDmraid::data [private] |
Referenced by CmdDmraid(), getEntries(), and getEntry().
1.5.6