Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/signals2.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 //  A convenience header for Boost.Signals2, should pull in everying in the library.
0002 
0003 //  Copyright (c) 2008-2009 Frank Mori Hess
0004 
0005 // Use, modification and
0006 // distribution is subject to the Boost Software License, Version
0007 // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
0008 // http://www.boost.org/LICENSE_1_0.txt)
0009 
0010 #ifndef BOOST_SIGNALS2_HPP
0011 #define BOOST_SIGNALS2_HPP
0012 
0013 // For documentation, see http://www.boost.org/libs/signals2/
0014 
0015 #include <boost/signals2/deconstruct.hpp>
0016 #include <boost/signals2/deconstruct_ptr.hpp>
0017 #include <boost/signals2/dummy_mutex.hpp>
0018 #include <boost/signals2/last_value.hpp>
0019 #include <boost/signals2/signal.hpp>
0020 #include <boost/signals2/signal_type.hpp>
0021 #include <boost/signals2/shared_connection_block.hpp>
0022 
0023 #endif