23#ifndef STORAGE_SYSTEM_INFO_H
24#define STORAGE_SYSTEM_INFO_H
28#include <boost/noncopyable.hpp>
52 Impl& get_impl() {
return *impl; }
53 const Impl& get_impl()
const {
return *impl; }
57 const std::unique_ptr<Impl> impl;
The SystemInfo class keeps various system information.
Definition: SystemInfo.h:42
The storage namespace.
Definition: Actiongraph.h:39