process.hpp
Go to the documentation of this file.
1// Copyright (c) 2006, 2007 Julio M. Merino Vidal
2// Copyright (c) 2008 Ilya Sokolov, Boris Schaeling
3// Copyright (c) 2009 Boris Schaeling
4// Copyright (c) 2010 Felipe Tanus, Boris Schaeling
5// Copyright (c) 2011 Jeff Flinn, Boris Schaeling
6// Copyright (c) 2012 Boris Schaeling
7//
8// Distributed under the Boost Software License, Version 1.0. (See accompanying
9// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
10
11/**
12 * \file boost/process.hpp
13 *
14 * Convenience header which includes all public Boost.Process header files.
15 */
16
17#pragma once
18
19#include <boost/process/all.hpp>
Convenience header which includes all public Boost.Process header files.