Edit: /usr/include/boost/pool/poolfwd.hpp (1967B)
// Copyright (C) 2000, 2001 Stephen Cleary
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org for updates, documentation, and revision history.
#ifndef BOOST_POOLFWD_HPP
#define BOOST_POOLFWD_HPP
/*!
\file
\brief Forward declarations of all public (non-implemention) classes.
*/
#include
// for workarounds
// std::size_t
#include
// boost::details::pool::default_mutex
#include
namespace boost {
//
// Location:
//
template
class simple_segregated_storage;
//
// Location:
//
struct default_user_allocator_new_delete;
struct default_user_allocator_malloc_free;
template
class pool;
//
// Location:
//
template
class object_pool;
//
// Location:
//
template
class singleton_pool;
//
// Location:
//
struct pool_allocator_tag;
template
class pool_allocator;
struct fast_pool_allocator_tag;
template
class fast_pool_allocator;
} // namespace boost
#endif