#include <EvmsCo.h>
Public Member Functions | |
| EvmsCont (const string &n="") | |
| bool | operator== (const EvmsCont &rhs) const |
Public Attributes | |
| string | name |
| string | uuid |
| bool | lvm1 |
| unsigned long long | peSize |
| unsigned long long | free |
| unsigned long long | sizeK |
| std::list< peinfo > | consumes |
| std::list< unsigned > | creates |
Classes | |
| struct | peinfo |
| storage::EvmsCont::EvmsCont | ( | const string & | n = "" |
) | [inline] |
| bool storage::EvmsCont::operator== | ( | const EvmsCont & | rhs | ) | const [inline] |
| string storage::EvmsCont::name |
Referenced by storage::EvmsCo::EvmsCo(), storage::operator<<(), and operator==().
| string storage::EvmsCont::uuid |
Referenced by storage::EvmsCo::EvmsCo(), EvmsCont(), storage::operator<<(), and operator==().
| unsigned long long storage::EvmsCont::peSize |
Referenced by EvmsCont(), storage::operator<<(), and operator==().
| unsigned long long storage::EvmsCont::free |
Referenced by EvmsCont(), and storage::operator<<().
| unsigned long long storage::EvmsCont::sizeK |
Referenced by EvmsCont(), storage::operator<<(), and operator==().
| std::list<peinfo> storage::EvmsCont::consumes |
Referenced by storage::operator<<(), and operator==().
| std::list<unsigned> storage::EvmsCont::creates |
Referenced by storage::operator<<(), and operator==().
1.5.5