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