#include <ArchInfo.h>
Public Member Functions | |
| ArchInfo () | |
| void | readData (const xmlNode *node) |
| void | saveData (xmlNode *node) const |
| void | detect (bool instsys) |
Public Attributes | |
| string | arch |
| bool | is_ppc_mac |
| bool | is_ppc_pegasos |
| bool | is_efiboot |
| storage::ArchInfo::ArchInfo | ( | ) |
| void storage::ArchInfo::readData | ( | const xmlNode * | node | ) |
References arch, storage::getChildValue(), and is_efiboot.
Referenced by storage::Storage::readArchInfo().
| void storage::ArchInfo::saveData | ( | xmlNode * | node | ) | const |
References arch, is_efiboot, and storage::setChildValue().
Referenced by storage::Storage::logArchInfo().
| void storage::ArchInfo::detect | ( | bool | instsys | ) |
| string storage::ArchInfo::arch |
Referenced by storage::Disk::defaultLabel(), detect(), storage::Disk::doCreateLabel(), storage::operator<<(), readData(), and saveData().
Referenced by storage::Disk::defaultLabel(), detect(), and storage::operator<<().
Referenced by storage::Disk::defaultLabel(), detect(), and storage::operator<<().
1.5.6