23#ifndef STORAGE_SYSTEM_INFO_H
24#define STORAGE_SYSTEM_INFO_H
28#include <boost/noncopyable.hpp>
66 Impl& get_impl() {
return *impl; }
67 const Impl& get_impl()
const {
return *impl; }
71 const std::unique_ptr<Impl> impl;
The SystemInfo class keeps various system information.
Definition: SystemInfo.h:49
const Arch & get_arch()
Get an Arch object.
The storage namespace.
Definition: Actiongraph.h:40