Public Types | |
| enum | DTyp { DISK, DASD, XEN } |
Public Member Functions | |
| DiskData () | |
| DiskData (const string &n, DTyp t, unsigned long long sz) | |
Public Attributes | |
| Disk * | d |
| DTyp | typ |
| unsigned long long | s |
| string | name |
| string | dev |
| storage::DiskData::DiskData | ( | ) | [inline] |
References storage::DISK.
| storage::DiskData::DiskData | ( | const string & | n, | |
| DTyp | t, | |||
| unsigned long long | sz | |||
| ) | [inline] |
Referenced by storage::Storage::initDisk(), and storage::operator<<().
Referenced by storage::Storage::initDisk(), and storage::operator<<().
| unsigned long long storage::DiskData::s |
Referenced by storage::Storage::initDisk(), and storage::operator<<().
| string storage::DiskData::name |
Referenced by storage::Storage::initDisk(), and storage::operator<<().
| string storage::DiskData::dev |
Referenced by storage::Storage::initDisk(), and storage::operator<<().
1.5.5