// Circular buffer library header file.
// Copyright (c) 2003
// Jan Gaspar, Whitestein Technologies
// Permission to use or copy this software for any purpose is hereby granted
// without fee, provided the above notices are retained on all copies.
// Permission to modify the code and to distribute modified code is granted,
// provided the above notices are retained, and a notice that the code was
// modified is included with the above copyright notice.
// This material is provided "as is", with absolutely no warranty expressed
// or implied. Any use is at your own risk.
#if !defined(BOOST_CIRCULAR_BUFFER_HPP)
#define BOOST_CIRCULAR_BUFFER_HPP
#include "circular_buffer_fwd.hpp"
#include "circular_buffer_base.hpp"
#include "circular_buffer_adaptor.hpp"
#endif // #if !defined(BOOST_CIRCULAR_BUFFER_HPP)
syntax highlighted by Code2HTML, v. 0.9.1