Back to home page

EIC code displayed by LXR

 
 

    


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

0001 //  (C) Copyright Gennadiy Rozental 2001.
0002 //  Distributed under the Boost Software License, Version 1.0.
0003 //  (See accompanying file LICENSE_1_0.txt or copy at
0004 //  http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 //  See http://www.boost.org/libs/test for the library home page.
0007 //
0008 //!@file
0009 //!@brief contains forward eclarations for Boost.Test data types
0010 // ***************************************************************************
0011 
0012 #ifndef BOOST_TEST_FWD_DECL_HPP_011605GER
0013 #define BOOST_TEST_FWD_DECL_HPP_011605GER
0014 
0015 namespace boost {
0016 
0017 class  execution_monitor;
0018 class  execution_exception;
0019 
0020 namespace unit_test {
0021 
0022 class  test_unit;
0023 class  test_case;
0024 class  test_suite;
0025 class  master_test_suite_t;
0026 
0027 class  test_tree_visitor;
0028 class  test_observer;
0029 class  test_unit_fixture;
0030 class  global_fixture;
0031 
0032 // singletons
0033 class  unit_test_monitor_t;
0034 class  unit_test_log_t;
0035 
0036 class  unit_test_log_formatter;
0037 struct log_entry_data;
0038 struct log_checkpoint_data;
0039 
0040 class lazy_ostream;
0041 
0042 } // namespace unit_test
0043 
0044 } // namespace boost
0045 
0046 #endif // BOOST_TEST_FWD_DECL_HPP_011605GER
0047