libstorage-ng
|
The SystemInfo class keeps various system information. More...
#include <SystemInfo.h>
Public Member Functions | |
const Arch & | get_arch () |
Get an Arch object. More... | |
Impl & | get_impl () |
const Impl & | get_impl () const |
The SystemInfo class keeps various system information.
So far the class can only be used for the Storage::probe(), lighe_probe() and BlkDevice::find_by_any_name() functions. There it can avoid querying the same information from the system several times when using several calls to BlkDevice::find_by_any_name().
After modifying the storage system the SystemInfo object is invalid and must not be used anymore.