yast2-storage
Classes | Public Types | Public Member Functions | Private Attributes

storage::CmdDmsetup Class Reference

#include <DmCo.h>

List of all members.

Classes

struct  Entry

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, Entrydata

Member Typedef Documentation


Constructor & Destructor Documentation

storage::CmdDmsetup::CmdDmsetup ( )

Member Function Documentation

const_iterator storage::CmdDmsetup::begin ( ) const [inline]
const_iterator storage::CmdDmsetup::end ( ) const [inline]
list< string > storage::CmdDmsetup::getEntries ( ) const
bool storage::CmdDmsetup::getEntry ( const string &  name,
Entry entry 
) const
template<class Pred >
list<string> storage::CmdDmsetup::getMatchingEntries ( Pred  pred) const [inline]

References data.

Referenced by storage::DmPartCo::init().


Member Data Documentation

map<string, Entry> storage::CmdDmsetup::data [private]

Referenced by begin(), end(), and getMatchingEntries().


The documentation for this class was generated from the following files: