#include <string>#include <vector>#include <ostream>#include <boost/algorithm/string.hpp>#include "storage/Regex.h"#include "storage/AppUtil.h"#include "storage/StorageInterface.h"#include "storage/XmlFile.h"#include "storage/Enum.h"Go to the source code of this file.
Namespaces | |
| namespace | storage |
Classes | |
| struct | storage::contOrder |
| struct | storage::commitAction |
| union | storage::commitAction::U |
| struct | storage::stage_is |
| class | storage::UsedBy |
| class | storage::Subvolume |
| struct | storage::regex_matches |
| struct | storage::string_starts_with |
| struct | storage::string_contains |
Enumerations | |
| enum | storage::CommitStage { storage::DECREASE, storage::INCREASE, storage::FORMAT, storage::SUBVOL, storage::MOUNT } |
Functions | |
| bool | storage::operator< (CType a, CType b) |
| bool | storage::operator<= (CType a, CType b) |
| bool | storage::operator>= (CType a, CType b) |
| bool | storage::operator> (CType a, CType b) |
| std::ostream & | storage::operator<< (std::ostream &s, const PartitionSlotInfo &a) |
| std::ostream & | storage::operator<< (std::ostream &s, const FsCapabilities &a) |
| template<class Pred> | |
| vector< string >::iterator | storage::find_if (vector< string > &lines, Pred pred) |
| template<class Pred> | |
| vector< string >::const_iterator | storage::find_if (const vector< string > &lines, Pred pred) |
1.5.6