Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

ProcMounts.h

Go to the documentation of this file.
00001 #ifndef PROC_MOUNTS_H
00002 #define PROC_MOUNTS_H
00003 
00004 #include <string>
00005 #include <list>
00006 #include <map>
00007 
00008 class ProcMounts 
00009     {
00010     public:
00011         ProcMounts();
00012         string getMount( const string& Dev ) const;
00013         string getMount( const std::list<string>& dl ) const;
00014         std::map<string,string> allMounts() const;
00015     protected:
00016         std::map<string,string> co;
00017     };
00019 
00020 #endif

Generated on Wed Sep 14 11:27:07 2005 for yast2-storage by  doxygen 1.4.4