#include <Evms.h>
Inheritance diagram for storage::Evms:

Public Member Functions | |
| Evms (const EvmsCo &d, const string &name, unsigned long long le, unsigned stripe) | |
| Evms (const EvmsCo &d, const string &name, unsigned long long le, bool native) | |
| Evms (const EvmsCo &d, const Evms &d) | |
| virtual | ~Evms () |
| unsigned | compatible () const |
| virtual void | print (std::ostream &s) const |
| string | removeText (bool doing) const |
| string | createText (bool doing) const |
| string | formatText (bool doing) const |
| string | resizeText (bool doing) const |
| void | updateMd () |
| void | getInfo (storage::EvmsInfo &) const |
| bool | equalContent (const Evms &rhs) const |
| void | logDifference (const Evms &d) const |
Protected Member Functions | |
| void | init (const string &name) |
| virtual const string | shortPrintedName () const |
| Evms & | operator= (const Evms &) |
Static Protected Member Functions | |
| static string | getMapperName (const EvmsCo &d, const string &name) |
Protected Attributes | |
| bool | compat |
| storage::EvmsInfo | info |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const Evms &p) |
| Evms::Evms | ( | const EvmsCo & | d, | |
| const string & | name, | |||
| unsigned long long | le, | |||
| unsigned | stripe | |||
| ) |
| Evms::Evms | ( | const EvmsCo & | d, | |
| const string & | name, | |||
| unsigned long long | le, | |||
| bool | native | |||
| ) |
| Evms::~Evms | ( | ) | [virtual] |
| unsigned storage::Evms::compatible | ( | ) | const [inline] |
| virtual void storage::Evms::print | ( | std::ostream & | s | ) | const [inline, virtual] |
Reimplemented from storage::Dm.
| string Evms::removeText | ( | bool | doing | ) | const [virtual] |
Reimplemented from storage::Dm.
| string Evms::createText | ( | bool | doing | ) | const [virtual] |
Reimplemented from storage::Volume.
| string Evms::formatText | ( | bool | doing | ) | const [virtual] |
Reimplemented from storage::Dm.
| string Evms::resizeText | ( | bool | doing | ) | const [virtual] |
Reimplemented from storage::Volume.
| void Evms::updateMd | ( | ) |
| void Evms::getInfo | ( | storage::EvmsInfo & | ) | const |
| bool Evms::equalContent | ( | const Evms & | rhs | ) | const |
| void Evms::logDifference | ( | const Evms & | d | ) | const |
| void Evms::init | ( | const string & | name | ) | [protected] |
| virtual const string storage::Evms::shortPrintedName | ( | ) | const [inline, protected, virtual] |
Reimplemented from storage::Dm.
| string Evms::getMapperName | ( | const EvmsCo & | d, | |
| const string & | name | |||
| ) | [static, protected] |
| std::ostream& operator<< | ( | std::ostream & | s, | |
| const Evms & | p | |||
| ) | [friend] |
bool storage::Evms::compat [protected] |
storage::EvmsInfo storage::Evms::info [mutable, protected] |
Reimplemented from storage::Dm.
1.5.0