#include <ostream>#include <sstream>#include "storage/LvmVg.h"#include "storage/LvmLv.h"#include "storage/SystemCmd.h"#include "storage/AppUtil.h"#include "storage/Storage.h"#include "storage/StorageDefines.h"Namespaces | |
| namespace | storage |
Functions | |
| static bool | storage::lvNotCreated (const LvmLv &l) |
| static bool | storage::lvNotDeletedCreated (const LvmLv &l) |
| static bool | storage::lvDeleted (const LvmLv &l) |
| static bool | storage::lvCreated (const LvmLv &l) |
| static bool | storage::lvResized (const LvmLv &l) |
| std::ostream & | storage::operator<< (std::ostream &s, const LvmVg &d) |
1.5.6